mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-16 03:45:14 +00:00
web/layout: fix text selection color
This commit is contained in:
parent
16997f1e38
commit
e419de07a4
|
@ -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