fix: change hard-coded colors to variables

This commit is contained in:
Rio 2022-09-20 09:10:40 -07:00 committed by GitHub
parent a1354188ab
commit 1fe927af97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ strong {
/* Highlighting */
::selection,
mark {
background-color: var(--yellow);
background-color: var(--highlight-bg);
color: var(--bg);
}