summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-04 11:08:03 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-04 11:08:03 +0900
commit449b9f7fa0b2ccb985c670c0330c87be4b118d2a (patch)
treecc6352042c15caafd0da6a8613ab8c4ba6494b9b /src/client/theme
parent絵文字を作成した/更新した時にupdateAtを更新するように (diff)
downloadsharkey-449b9f7fa0b2ccb985c670c0330c87be4b118d2a.tar.gz
sharkey-449b9f7fa0b2ccb985c670c0330c87be4b118d2a.tar.bz2
sharkey-449b9f7fa0b2ccb985c670c0330c87be4b118d2a.zip
[Client] Improve admin panel
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json56
-rw-r--r--src/client/theme/light.json56
2 files changed, 12 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5
index 7942f64576..150b6f5997 100644
--- a/src/client/theme/dark.json5
+++ b/src/client/theme/dark.json5
@@ -215,5 +215,11 @@
reversiGameEmptyCell: ':lighten<2<$secondary',
reversiGameEmptyCellMyTurn: ':lighten<5<$secondary',
reversiGameEmptyCellCanPut: ':lighten<4<$secondary',
+
+ adminDashboardHeaderFg: ':alpha<0.9<$text',
+ adminDashboardHeaderBorder: 'rgba(0, 0, 0, 0.3)',
+ adminDashboardCardBg: '$secondary',
+ adminDashboardCardFg: '$text',
+ adminDashboardCardDivider: 'rgba(0, 0, 0, 0.3)',
},
}
diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5
index 353c9847e0..28b9ba7834 100644
--- a/src/client/theme/light.json5
+++ b/src/client/theme/light.json5
@@ -215,5 +215,11 @@
reversiGameEmptyCell: 'rgba(0, 0, 0, 0.06)',
reversiGameEmptyCellMyTurn: 'rgba(0, 0, 0, 0.12)',
reversiGameEmptyCellCanPut: 'rgba(0, 0, 0, 0.9)',
+
+ adminDashboardHeaderFg: ':alpha<0.9<$text',
+ adminDashboardHeaderBorder: 'rgba(0, 0, 0, 0.1)',
+ adminDashboardCardBg: '$secondary',
+ adminDashboardCardFg: '$text',
+ adminDashboardCardDivider: 'rgba(0, 0, 0, 0.082)',
},
}