fix highlight

This commit is contained in:
minoplhy 2021-06-11 12:47:19 +07:00
parent 758097234e
commit 35f7428a60
2 changed files with 1 additions and 2 deletions

View File

@ -295,5 +295,5 @@ table {
}
::selection {
background: var(--highlight-color);
background: $highlight;
}

View File

@ -7,5 +7,4 @@
// Override some variables on the home page
:root {
--content-width: 1180px;
--highlight-color: $highlight;
}