style: integrate tertiary color to text-select (#413)
This commit is contained in:
parent
d75cf0b354
commit
818fa95f0f
@ -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 New Issue
Block a user