Selection color
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-05-08 11:57:42 -05:00
parent 28025a8c66
commit 353f325bac

View file

@ -7,9 +7,8 @@ html {
margin: 0; margin: 0;
} }
::selection, *::selection, body::selection, div::selection, code::selection {
::-moz-selection { background: $heading-color !important;
background-color: $heading-color !important;
color: $background-color !important; color: $background-color !important;
} }