mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-14 15:47:10 +00:00
fix highlight
This commit is contained in:
parent
758097234e
commit
35f7428a60
@ -295,5 +295,5 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background: var(--highlight-color);
|
background: $highlight;
|
||||||
}
|
}
|
@ -7,5 +7,4 @@
|
|||||||
// Override some variables on the home page
|
// Override some variables on the home page
|
||||||
:root {
|
:root {
|
||||||
--content-width: 1180px;
|
--content-width: 1180px;
|
||||||
--highlight-color: $highlight;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user