diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:28:13 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 20:28:13 +0900 |
| commit | f5f2215b47ce4590788dce2af1c8e4e586548e77 (patch) | |
| tree | 5d1854d8b6400937005d086850c973df5e462fb7 /src/client/app/common/views/components/games | |
| parent | wip (diff) | |
| download | misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.gz misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.tar.bz2 misskey-f5f2215b47ce4590788dce2af1c8e4e586548e77.zip | |
wip
Diffstat (limited to 'src/client/app/common/views/components/games')
| -rw-r--r-- | src/client/app/common/views/components/games/reversi/reversi.index.vue | 4 | ||||
| -rw-r--r-- | src/client/app/common/views/components/games/reversi/reversi.room.vue | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/client/app/common/views/components/games/reversi/reversi.index.vue b/src/client/app/common/views/components/games/reversi/reversi.index.vue index f6c7f0e3c2..44a1262636 100644 --- a/src/client/app/common/views/components/games/reversi/reversi.index.vue +++ b/src/client/app/common/views/components/games/reversi/reversi.index.vue @@ -190,7 +190,7 @@ root(isDark) margin 8px 0 padding 8px color isDark ? #fff : #677f84 - background isDark ? #282c37 : #fff + background var(--face) box-shadow 0 2px 16px rgba(#000, isDark ? 0.7 : 0.15) border-radius 6px cursor pointer @@ -222,7 +222,7 @@ root(isDark) margin 8px 0 padding 8px color isDark ? #fff : #677f84 - background isDark ? #282c37 : #fff + background var(--face) box-shadow 0 2px 16px rgba(#000, isDark ? 0.7 : 0.15) border-radius 6px cursor pointer diff --git a/src/client/app/common/views/components/games/reversi/reversi.room.vue b/src/client/app/common/views/components/games/reversi/reversi.room.vue index d4b91ae7a7..072f3eda12 100644 --- a/src/client/app/common/views/components/games/reversi/reversi.room.vue +++ b/src/client/app/common/views/components/games/reversi/reversi.room.vue @@ -273,7 +273,7 @@ root(isDark) > select width 100% padding 12px 14px - background isDark ? #282C37 : #fff + background var(--face) border 1px solid isDark ? #6a707d : #dcdfe6 border-radius 4px color isDark ? #fff : #606266 @@ -331,7 +331,7 @@ root(isDark) .card max-width 400px border-radius 4px - background isDark ? #282C37 : #fff + background var(--face) color isDark ? #fff : #303133 box-shadow 0 2px 12px 0 rgba(#000, isDark ? 0.7 : 0.1) |