diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-17 02:41:03 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-17 02:41:03 +0900 |
| commit | 88f5ec59d7b84d1e92d5752229e7bd01630cefc4 (patch) | |
| tree | 15571406f6fc78c28e74ccfbc1ca6aa1dfc82364 /src/client/themes | |
| parent | Better instance page (diff) | |
| download | misskey-88f5ec59d7b84d1e92d5752229e7bd01630cefc4.tar.gz misskey-88f5ec59d7b84d1e92d5752229e7bd01630cefc4.tar.bz2 misskey-88f5ec59d7b84d1e92d5752229e7bd01630cefc4.zip | |
:art:
Diffstat (limited to 'src/client/themes')
| -rw-r--r-- | src/client/themes/_dark.json5 | 1 | ||||
| -rw-r--r-- | src/client/themes/_light.json5 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5 index e4c120bf11..af5fc3b8da 100644 --- a/src/client/themes/_dark.json5 +++ b/src/client/themes/_dark.json5 @@ -20,6 +20,7 @@ header: 'rgba(20, 20, 20, 0.75)', navBg: '@panel', navFg: '@fg', + navHoverFg: ':lighten<17<@fg', navActive: '@accent', navIndicator: '@accent', link: '#44a4c1', diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5 index 3472a268ce..8c67bc402d 100644 --- a/src/client/themes/_light.json5 +++ b/src/client/themes/_light.json5 @@ -20,6 +20,7 @@ header: 'rgba(255, 255, 255, 0.75)', navBg: '@panel', navFg: '@fg', + navHoverFg: ':darken<17<@fg', navActive: '@accent', navIndicator: '@accent', link: '#44a4c1', |