Selection color
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-05-08 11:57:42 -05:00
parent 28025a8c66
commit 353f325bac
1 changed files with 2 additions and 3 deletions

View File

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