mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-10 08:50:38 -07:00
Clean: Prettified Code!
This commit is contained in:
parent
8d16d6d0cb
commit
bfbad67e83
1 changed files with 6 additions and 6 deletions
|
|
@ -693,20 +693,20 @@
|
|||
color: var(--in-content-page-color) !important;
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
||||
|
||||
#editor {
|
||||
border: 2px solid var(--in-content-border-color) !important;
|
||||
}
|
||||
|
||||
|
||||
.CodeMirror-linenumbers {
|
||||
background: var(--in-content-table-background)
|
||||
background: var(--in-content-table-background);
|
||||
}
|
||||
|
||||
|
||||
.CodeMirror-lines {
|
||||
color: var(--in-content-deemphasized-text) !important;
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
||||
|
||||
.CodeMirror-scroll {
|
||||
background: var(--in-content-page-background) !important;
|
||||
}
|
||||
|
|
@ -758,7 +758,7 @@
|
|||
background: var(--in-content-deemphasized-text) !important;
|
||||
}
|
||||
#remaining-characters {
|
||||
color:var(--in-content-page-color) !important;
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
/* Background */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue