make text selection significantly more visible

TODO: check if this is alright contrast wise, otherwise take a less stylized approach
main
maia arson crimew 2023-10-27 18:57:49 +02:00
parent e1288d588e
commit 70d74e19b9
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ a {
color: $accent;
}
::selection {
background-color: rgba($accent, 0.7);
color: #ffb8e8;
}
.like-a {
color: $accent;
text-decoration: underline;