mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-28 13:44:13 -04:00
reset(css): themify text selection
This commit is contained in:
parent
21241c212e
commit
3d60370494
1 changed files with 10 additions and 0 deletions
|
@ -140,3 +140,13 @@ img {
|
||||||
*:focus {
|
*:focus {
|
||||||
outline:none;
|
outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*::-moz-selection {
|
||||||
|
background-color: var(--tertiary);
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
*::selection {
|
||||||
|
background-color: var(--tertiary);
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue