1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 14:29:26 -05:00

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 {
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 {