diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 12:07:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 12:07:28 +0900 |
| commit | b4a4d784c3ec847dd19b4b692d66a52c09c9dcb5 (patch) | |
| tree | 2515723bde12235b46c1a42234677fafc04fdfe7 /src/client/theme | |
| parent | wip (diff) | |
| download | sharkey-b4a4d784c3ec847dd19b4b692d66a52c09c9dcb5.tar.gz sharkey-b4a4d784c3ec847dd19b4b692d66a52c09c9dcb5.tar.bz2 sharkey-b4a4d784c3ec847dd19b4b692d66a52c09c9dcb5.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 6aa9bf86b6..3d3c9b37c7 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -131,6 +131,8 @@ "mobileHeaderBg": ":lighten<5<$secondary", "mobileHeaderFg": "$text", "mobileNavBackdrop": "rgba(0, 0, 0, 0.7)", + "mobilePostFormDivider": "rgba(0, 0, 0, 0.2)", + "mobilePostFormTextareaBg": "rgba(0, 0, 0, 0.3)", "mobileHomeTlItemHover": "rgba(255, 255, 255, 0.1)", "mobileUserPageName": "#fff", "mobileUserPageAcct": "$text", diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 1cd77c7d61..d4dd246542 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -131,6 +131,8 @@ "mobileHeaderBg": ":lighten<5<$secondary", "mobileHeaderFg": "$text", "mobileNavBackdrop": "rgba(0, 0, 0, 0.2)", + "mobilePostFormDivider": "rgba(0, 0, 0, 0.1)", + "mobilePostFormTextareaBg": "#fff", "mobileHomeTlItemHover": "rgba(0, 0, 0, 0.05)", "mobileUserPageName": "#757c82", "mobileUserPageAcct": "#969ea5", |