tweak style

This commit is contained in:
syuilo 2023-01-15 13:39:06 +09:00
parent 0c0aa93668
commit 275fcd8bbc
1 changed files with 3 additions and 5 deletions

View File

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