mirror of
https://github.com/minoplhy/minima-dark.git
synced 2024-11-13 23:27:11 +00:00
add highlight
This commit is contained in:
parent
8adaac2d48
commit
758097234e
@ -293,3 +293,7 @@ table {
|
||||
-ms-overflow-style: -ms-autohiding-scrollbar;
|
||||
}
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--highlight-color);
|
||||
}
|
@ -13,6 +13,7 @@ $subhead-color: rgba(4, 240, 91, 0.995) !default;
|
||||
$bold-color: rgb(2, 255, 19) !default;
|
||||
$background-color: #0e0e0e !default;
|
||||
$code-background-color: #483908 !default;
|
||||
$highlight: #7df45f !default;
|
||||
|
||||
$link-base-color: #1eea92 !default;
|
||||
$link-visited-color: rgb(137, 49, 49) !default;
|
||||
|
@ -7,4 +7,5 @@
|
||||
// Override some variables on the home page
|
||||
:root {
|
||||
--content-width: 1180px;
|
||||
--highlight-color: $highlight;
|
||||
}
|
Loading…
Reference in New Issue
Block a user