mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
feat(modules/web): souceEdito theme respect system darkmode
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
code {
|
||||
background-color: #f2f1f1;
|
||||
padding: .125rem .25rem;
|
||||
border-radius: 0.25rem;
|
||||
font-size: 0.835rem;
|
||||
code {
|
||||
border-radius: 4px;
|
||||
padding: .15rem .5rem;
|
||||
background-color: var(--el-fill-color-light);
|
||||
transition: color .25s, background-color .5s;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user