diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-17 22:39:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 22:39:15 +0900 |
| commit | 361069314ffaa61a81b2189c2eec000a3d1d9c35 (patch) | |
| tree | 195271c503ef67b245503ca6fe945bd97a8ea83b /src/client/themes | |
| parent | popupで設定ページを表示すると、アカウントの削除ページ... (diff) | |
| download | sharkey-361069314ffaa61a81b2189c2eec000a3d1d9c35.tar.gz sharkey-361069314ffaa61a81b2189c2eec000a3d1d9c35.tar.bz2 sharkey-361069314ffaa61a81b2189c2eec000a3d1d9c35.zip | |
Refine UI (#7806)
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* Update default.vue
* wip
Diffstat (limited to 'src/client/themes')
| -rw-r--r-- | src/client/themes/_dark.json5 | 2 | ||||
| -rw-r--r-- | src/client/themes/_light.json5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/themes/_dark.json5 b/src/client/themes/_dark.json5 index ca9994d5e9..b4553ee812 100644 --- a/src/client/themes/_dark.json5 +++ b/src/client/themes/_dark.json5 @@ -36,7 +36,7 @@ navFg: '@fg', navHoverFg: ':lighten<17<@fg', navActive: '@accent', - navIndicator: '@accent', + navIndicator: '@indicator', link: '#44a4c1', hashtag: '#ff9156', mention: '@accent', diff --git a/src/client/themes/_light.json5 b/src/client/themes/_light.json5 index 973a6251f0..104f5a85af 100644 --- a/src/client/themes/_light.json5 +++ b/src/client/themes/_light.json5 @@ -36,7 +36,7 @@ navFg: '@fg', navHoverFg: ':darken<17<@fg', navActive: '@accent', - navIndicator: '@accent', + navIndicator: '@indicator', link: '#44a4c1', hashtag: '#ff9156', mention: '@accent', |