css: add more variables for dark mode.
Add some more variables that will be needed for dark mode.
This commit is contained in:
@@ -2,7 +2,7 @@ ul.backtrace {
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
list-style-type: none;
|
||||
background: var(--dtext-code-background-color);
|
||||
background: var(--dtext-code-background);
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -54,6 +54,7 @@ $tooltip-width: 164px * 3 - 10; // 3 thumbnails wide.
|
||||
font-size: 11px;
|
||||
line-height: $tooltip-line-height;
|
||||
border-color: var(--post-tooltip-border-color);
|
||||
background-color: var(--post-tooltip-background-color);
|
||||
|
||||
.qtip-content {
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user