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