summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislas Signoud <signez@stanisoft.net>2023-09-04 10:14:01 +0200
committerGitHub <noreply@github.com>2023-09-04 10:14:01 +0200
commita106c464782cd8569acb2650867c4447d55cf240 (patch)
tree3f63806794ced98c9045375f1e3d9407426e5aa2
parentea319297764bd172100b3ea83fc52e12a06f0641 (diff)
Fix light mode colors for advanced interface banner (#26759)
-rw-r--r--app/javascript/styles/mastodon/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index ef2b27d6a86..34c1594e823 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -3272,8 +3272,8 @@ $ui-header-height: 55px;
}
.switch-to-advanced {
- color: $classic-primary-color;
- background-color: $classic-base-color;
+ color: $light-text-color;
+ background-color: $ui-base-color;
padding: 15px;
border-radius: 4px;
margin-top: 4px;