diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 21:58:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-20 21:58:04 +0900 |
| commit | def5ea797801f87759b12bb0b4fe660fed2f998c (patch) | |
| tree | 26b606ad803a7022e28fa8bc405d71725889e020 /src/client/themes/_light.json5 | |
| parent | wip (diff) | |
| download | misskey-def5ea797801f87759b12bb0b4fe660fed2f998c.tar.gz misskey-def5ea797801f87759b12bb0b4fe660fed2f998c.tar.bz2 misskey-def5ea797801f87759b12bb0b4fe660fed2f998c.zip | |
wip
Diffstat (limited to 'src/client/themes/_light.json5')
| -rw-r--r-- | src/client/themes/_light.json5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5 index 18a1222919..3727b93a3b 100644 --- a/src/client/themes/_light.json5 +++ b/src/client/themes/_light.json5 @@ -20,6 +20,7 @@ panel: '#fff', shadow: 'rgba(0, 0, 0, 0.1)', header: 'rgba(255, 255, 255, 0.75)', + mainBg: '@bg', navBg: '@panel', navFg: '@fg', navHoverFg: ':darken<17<@fg', |