From 449b9f7fa0b2ccb985c670c0330c87be4b118d2a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 4 Nov 2018 11:08:03 +0900 Subject: [Client] Improve admin panel --- src/client/theme/dark.json5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/theme/dark.json5') 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)', }, } -- cgit v1.2.3-freya