about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-03 03:17:29 +0200
committerThibaut Girka <thib@sitedethib.com>2019-10-04 19:12:54 +0200
commit7ca6153c0c3617b4e99b93a10d2ef8219ab61432 (patch)
tree2df8636c758b538c0b2a76fd32bae5bd5003cb49 /app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
parentcd2fce0318b03b853831a23f46dc0ffe1b43ab80 (diff)
[Glitch] Fix media editing modal and profile directory in light theme
Port f51f99c3c21e1ef792db91cb90816b6c52727989 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/mastodon-light/variables.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/mastodon-light/variables.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss b/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
index 1b060b58d..312f5e314 100644
--- a/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
+++ b/app/javascript/flavours/glitch/styles/mastodon-light/variables.scss
@@ -18,6 +18,8 @@ $darker-text-color: $classic-base-color !default;
 $dark-text-color: #444b5d;
 $action-button-color: #606984;
 
+$success-green: lighten(#3c754d, 8%);
+
 $base-overlay-background: $white !default;
 
 $inverted-text-color: $black !default;