css: add more variables for dark mode.
Add some more variables that will be needed for dark mode.
This commit is contained in:
@@ -6,6 +6,7 @@ div#note-container {
|
||||
position: absolute;
|
||||
border: var(--note-body-border);
|
||||
background: var(--note-body-background);
|
||||
color: var(--note-body-text-color);
|
||||
min-width: 140px;
|
||||
min-height: 1em;
|
||||
line-height: normal;
|
||||
|
||||
Reference in New Issue
Block a user