mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
web/layout: fix text selection color
This commit is contained in:
parent
16997f1e38
commit
e419de07a4
|
@ -501,6 +501,11 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
:global(::selection) {
|
||||
color: var(--primary);
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
:global(.long-text-noto),
|
||||
:global(.long-text-noto *:not(h1, h2, h3, h4, h5, h6)) {
|
||||
|
|
Loading…
Reference in a new issue