fix a bug with dark mode

This commit is contained in:
Alberto Xamin 2021-06-07 21:39:38 +02:00
parent eecb42f337
commit 5f8b23e8f4
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -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);