custom selection color
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
847ec0d3c3
commit
b145510d83
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
--background: #f1f1f1;
|
--background: #f1f1f1;
|
||||||
--font-color: #18181b;
|
--font-color: #18181b;
|
||||||
--link-color: #df5a9c;
|
--link-color: #df5a9c;
|
||||||
|
--selection-color: #c5c5c560;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -21,5 +22,6 @@
|
||||||
--background: #171e26;
|
--background: #171e26;
|
||||||
--font-color: #bcbcc5;
|
--font-color: #bcbcc5;
|
||||||
--link-color: #ff80bf;
|
--link-color: #ff80bf;
|
||||||
|
--selection-color: #c5c5c530;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,10 @@ html {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: var(--selection-color);
|
||||||
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
a {
|
a {
|
||||||
color: var(--font-color);
|
color: var(--font-color);
|
||||||
|
|
Loading…
Reference in a new issue