tweak style
This commit is contained in:
parent
0c0aa93668
commit
275fcd8bbc
1 changed files with 3 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
color: var(--fgOnAccent);
|
||||
background-color: var(--accent);
|
||||
}
|
||||
|
||||
|
@ -150,10 +150,8 @@ hr {
|
|||
}
|
||||
|
||||
._ghost {
|
||||
&, * {
|
||||
@extend ._noSelect;
|
||||
pointer-events: none;
|
||||
}
|
||||
@extend ._noSelect;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
._modalBg {
|
||||
|
|
Loading…
Reference in a new issue