about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/directory.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-06-19 08:18:08 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-06-21 09:00:43 +0200
commit353e2c5d84fcfe253d58e0a0038deac0bfc867e3 (patch)
tree28656a86497b9dbd0c66b73091e22c9baee34910 /app/javascript/flavours/glitch/styles/components/directory.scss
parent0e74d4da592d6ac5e3c52b0f9c6b1906376aa707 (diff)
[Glitch] Fix contrast of some elements with new brand colors
Port 0391b2a6033b56bd0ce213c35a21186fdcb607bc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/directory.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/directory.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/directory.scss b/app/javascript/flavours/glitch/styles/components/directory.scss
index b48c6c102..803e075c9 100644
--- a/app/javascript/flavours/glitch/styles/components/directory.scss
+++ b/app/javascript/flavours/glitch/styles/components/directory.scss
@@ -58,8 +58,8 @@
     vertical-align: middle;
 
     &.checked {
-      border-color: lighten($ui-highlight-color, 8%);
-      background: lighten($ui-highlight-color, 8%);
+      border-color: lighten($ui-highlight-color, 4%);
+      background: lighten($ui-highlight-color, 4%);
     }
   }
 }