From 811b8b200e30c6bfba015b465bb1ad98de4d8b1e Mon Sep 17 00:00:00 2001 From: Stanislas Signoud Date: Tue, 11 Jul 2023 23:30:21 +0200 Subject: [PATCH] [Glitch] Use invariant colors on notification toasts Port ca955ada0bd69970191f3c1f2ac345f8bcb3fffc to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/misc.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components/misc.scss b/app/javascript/flavours/glitch/styles/components/misc.scss index 6c0f6f77e1..9a1ba64537 100644 --- a/app/javascript/flavours/glitch/styles/components/misc.scss +++ b/app/javascript/flavours/glitch/styles/components/misc.scss @@ -1693,10 +1693,10 @@ noscript { width: auto; padding: 15px; margin: 0; - color: $primary-text-color; + color: $white; background: rgba($black, 0.85); backdrop-filter: blur(8px); - border: 1px solid rgba(lighten($ui-base-color, 4%), 0.85); + border: 1px solid rgba(lighten($classic-base-color, 4%), 0.85); border-radius: 8px; box-shadow: 0 10px 15px -3px rgba($base-shadow-color, 0.25), 0 4px 6px -4px rgba($base-shadow-color, 0.25); @@ -1724,7 +1724,7 @@ noscript { text-transform: uppercase; margin-inline-start: 10px; cursor: pointer; - color: $highlight-text-color; + color: $blurple-300; border-radius: 4px; padding: 0 4px;