mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
reset(css): themify text selection
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user