fix a bug with dark mode
This commit is contained in:
parent
eecb42f337
commit
5f8b23e8f4
@ -343,11 +343,7 @@ export default {
|
|||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
.is_my_turn {
|
|
||||||
box-shadow: 0 0 0 3pt rgb(138, 12, 12), 0 0 0 6pt #181a1b, 0 0 5pt 6pt #aaa !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes turn-animation {
|
@keyframes turn-animation {
|
||||||
0% {
|
0% {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user