style: integrate tertiary color to text-select (#413)

This commit is contained in:
Ben Schlegel 2023-08-24 21:28:06 +02:00 committed by GitHub
parent 8cf7280614
commit 94ce0883e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,11 @@ section {
border-radius: 5px;
}
::selection {
background: color-mix(in srgb, var(--tertiary) 75%, transparent);
color: var(--darkgray)
}
p,
ul,
text,