summaryrefslogtreecommitdiff
path: root/src/client/theme/dark.json5
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/theme/dark.json5')
-rw-r--r--src/client/theme/dark.json56
1 files changed, 6 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)',
},
}