css: factor out colors from main css (#4158).
This commit is contained in:
@@ -2,7 +2,7 @@ ul.backtrace {
|
||||
font-family: monospace;
|
||||
font-size: 1.2em;
|
||||
list-style-type: none;
|
||||
background: #EEE;
|
||||
background: var(--dtext-code-background-color);
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user