diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-06-21 08:28:59 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-06-21 08:28:59 +0200 |
commit | 0e74d4da592d6ac5e3c52b0f9c6b1906376aa707 (patch) | |
tree | 66ae31bd3fd0228ebc6f92325cf43c7f02e4263d /app/javascript/styles/mastodon-light/variables.scss | |
parent | 7a75bce1b43df290baf6842e2bb3d3eb0acd76d5 (diff) | |
parent | 27f41768e8d66d97c8d705d764e534e52ea13af9 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `.github/dependabot.yml`: Changed upstream, while we modified it in glitch-soc to not get spammed by dependabot. Kept it removed. - `README.md`: Changed upstream, which has a very different version. Discarded upstream changes.
Diffstat (limited to 'app/javascript/styles/mastodon-light/variables.scss')
-rw-r--r-- | app/javascript/styles/mastodon-light/variables.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon-light/variables.scss b/app/javascript/styles/mastodon-light/variables.scss index f6bc3ac96..cae065878 100644 --- a/app/javascript/styles/mastodon-light/variables.scss +++ b/app/javascript/styles/mastodon-light/variables.scss @@ -5,7 +5,7 @@ $white: #ffffff; $classic-base-color: #282c37; $classic-primary-color: #9baec8; $classic-secondary-color: #d9e1e8; -$classic-highlight-color: #2b90d9; +$classic-highlight-color: #6364ff; // Differences $success-green: lighten(#3c754d, 8%); @@ -17,10 +17,11 @@ $ui-base-color: $classic-secondary-color !default; $ui-base-lighter-color: #b0c0cf; $ui-primary-color: #9bcbed; $ui-secondary-color: $classic-base-color !default; -$ui-highlight-color: #2b90d9; +$ui-highlight-color: $classic-highlight-color !default; $primary-text-color: $black !default; $darker-text-color: $classic-base-color !default; +$highlight-text-color: darken($ui-highlight-color, 8%) !default; $dark-text-color: #444b5d; $action-button-color: #606984; |