tweak style

This commit is contained in:
syuilo 2023-01-15 13:39:06 +09:00
parent 0c0aa93668
commit 275fcd8bbc

View file

@ -17,7 +17,7 @@
} }
::selection { ::selection {
color: #fff; color: var(--fgOnAccent);
background-color: var(--accent); background-color: var(--accent);
} }
@ -150,11 +150,9 @@ hr {
} }
._ghost { ._ghost {
&, * {
@extend ._noSelect; @extend ._noSelect;
pointer-events: none; pointer-events: none;
} }
}
._modalBg { ._modalBg {
position: fixed; position: fixed;