diff options
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json5 | 6 | ||||
| -rw-r--r-- | src/client/theme/light.json5 | 6 |
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)', }, } |