mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
style: integrate tertiary color to text-select (#413)
This commit is contained in:
parent
8cf7280614
commit
94ce0883e7
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ section {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: color-mix(in srgb, var(--tertiary) 75%, transparent);
|
||||||
|
color: var(--darkgray)
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
ul,
|
ul,
|
||||||
text,
|
text,
|
||||||
|
|
Loading…
Reference in a new issue