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 {
|
::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;
|
||||||
|
|
Loading…
Reference in a new issue