From 75cd580c3adca8dc8de69fdf0d5d023e2b16d38c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 7 Oct 2018 19:30:24 +0900 Subject: Improve theming --- src/client/theme/dark.json5 | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/theme/dark.json5') diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index 72362a2305..1f4585d14d 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -175,6 +175,7 @@ mobileNavBackdrop: 'rgba(0, 0, 0, 0.7)', mobilePostFormDivider: 'rgba(0, 0, 0, 0.2)', mobilePostFormTextareaBg: 'rgba(0, 0, 0, 0.3)', + mobilePostFormButton: '$text', mobileDriveNavBg: ':alpha<0.75<$secondary', mobileHomeTlItemHover: 'rgba(255, 255, 255, 0.1)', mobileUserPageName: '#fff', -- cgit v1.2.3-freya