about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon-light/variables.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-03 03:17:29 +0200
committerGitHub <noreply@github.com>2019-10-03 03:17:29 +0200
commitf51f99c3c21e1ef792db91cb90816b6c52727989 (patch)
treea33664cf5fdaef27bdac21970e84129697008bbe /app/javascript/styles/mastodon-light/variables.scss
parentca22a22d7f4db867ad0045a7978e3d8dcd251a69 (diff)
Fix media editing modal and profile directory in light theme (#12059)
Also:

- Fix embed modal in light theme
- Fix confirmation modal in light theme
Diffstat (limited to 'app/javascript/styles/mastodon-light/variables.scss')
-rw-r--r--app/javascript/styles/mastodon-light/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon-light/variables.scss b/app/javascript/styles/mastodon-light/variables.scss
index 01748148f..c68944528 100644
--- a/app/javascript/styles/mastodon-light/variables.scss
+++ b/app/javascript/styles/mastodon-light/variables.scss
@@ -8,7 +8,7 @@ $classic-secondary-color: #d9e1e8;
 $classic-highlight-color: #2b90d9;
 
 // Differences
-$success-green: #3c754d;
+$success-green: lighten(#3c754d, 8%);
 
 $base-overlay-background: $white !default;
 $valid-value-color: $success-green !default;