mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-30 19:53:09 +02:00
Update reversi.game.vue
This commit is contained in:
parent
319eed029b
commit
166c4ebda0
1 changed files with 2 additions and 2 deletions
|
@ -421,10 +421,10 @@ root(isDark)
|
||||||
width 100%
|
width 100%
|
||||||
height 100%
|
height 100%
|
||||||
|
|
||||||
&[alt="b"]
|
&[alt="black"]
|
||||||
filter brightness(.5)
|
filter brightness(.5)
|
||||||
|
|
||||||
&[alt="w"]
|
&[alt="white"]
|
||||||
filter brightness(2)
|
filter brightness(2)
|
||||||
|
|
||||||
> .graph
|
> .graph
|
||||||
|
|
Loading…
Reference in a new issue