fix: change hard-coded colors to variables
This commit is contained in:
parent
a1354188ab
commit
1fe927af97
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ strong {
|
|||
/* Highlighting */
|
||||
::selection,
|
||||
mark {
|
||||
background-color: var(--yellow);
|
||||
background-color: var(--highlight-bg);
|
||||
color: var(--bg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue