mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
reset(css): themify text selection
This commit is contained in:
parent
21241c212e
commit
3d60370494
@ -140,3 +140,13 @@ img {
|
||||
*:focus {
|
||||
outline:none;
|
||||
}
|
||||
|
||||
*::-moz-selection {
|
||||
background-color: var(--tertiary);
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
*::selection {
|
||||
background-color: var(--tertiary);
|
||||
color: var(--primary);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user