about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-07-28 06:00:51 +0200
committerThibaut Girka <thib@sitedethib.com>2019-07-28 16:47:36 +0200
commit7f147acea61f1f37928f38eef507b34c98e003fd (patch)
tree9be013e6948dbb8c591fe55a335e2c87647df3b1 /app/javascript/flavours/glitch/styles/components/status.scss
parent31fc3be0a4342dbe91480d058b0afeddb272ed3b (diff)
[Glitch] Change contrast of status links that are not mentions nor hashtags
Port 10e78ecf57242cc5030b903131bf27e027bb4a97 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index ccc6da594..803494df6 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -133,6 +133,10 @@
     }
   }
 
+  a.unhandled-link {
+    color: lighten($ui-highlight-color, 8%);
+  }
+
   .status__content__spoiler-link {
     background: lighten($ui-base-color, 30%);