diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:40:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 11:40:47 +0900 |
| commit | 7ca5e33a3afdc57ea27cda2c004a3e6e8d688342 (patch) | |
| tree | f5e4257d2140383d1be05259bdb3de00cf99e4c6 /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-7ca5e33a3afdc57ea27cda2c004a3e6e8d688342.tar.gz sharkey-7ca5e33a3afdc57ea27cda2c004a3e6e8d688342.tar.bz2 sharkey-7ca5e33a3afdc57ea27cda2c004a3e6e8d688342.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index f5294f27cd..65e12d5247 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -128,6 +128,8 @@ "desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItemHover": ":lighten<10<$text", + "mobileHeaderBg": ":lighten<5<$secondary", + "mobileHeaderFg": "$text", "mobileNavBackdrop": "rgba(0, 0, 0, 0.7)", "mobileUserPageName": "#fff", "mobileUserPageAcct": "$text", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 4776b2f3b3..4817663529 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -128,6 +128,8 @@ "desktopSettingsNavItem": ":alpha<0.8<$text", "desktopSettingsNavItemHover": ":darken<10<$text", + "mobileHeaderBg": ":lighten<5<$secondary", + "mobileHeaderFg": "$text", "mobileNavBackdrop": "rgba(0, 0, 0, 0.2)", "mobileUserPageName": "#757c82", "mobileUserPageAcct": "#969ea5", |