make text selection significantly more visible
TODO: check if this is alright contrast wise, otherwise take a less stylized approach
This commit is contained in:
parent
e1288d588e
commit
70d74e19b9
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ a {
|
|||
color: $accent;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: rgba($accent, 0.7);
|
||||
color: #ffb8e8;
|
||||
}
|
||||
|
||||
.like-a {
|
||||
color: $accent;
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Reference in a new issue