mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-24 03:58:49 +01:00
web/layout: fix text selection color
This commit is contained in:
parent
16997f1e38
commit
e419de07a4
1 changed files with 5 additions and 0 deletions
|
@ -501,6 +501,11 @@
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(::selection) {
|
||||||
|
color: var(--primary);
|
||||||
|
background: var(--secondary);
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 535px) {
|
@media screen and (max-width: 535px) {
|
||||||
:global(.long-text-noto),
|
:global(.long-text-noto),
|
||||||
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
|
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
|
||||||
|
|
Loading…
Reference in a new issue