about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/single_column.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-06-21 10:01:04 +0200
committerGitHub <noreply@github.com>2022-06-21 10:01:04 +0200
commit63f79874b59b3ba28c0f940b9d36ea7aacb44c93 (patch)
tree28656a86497b9dbd0c66b73091e22c9baee34910 /app/javascript/flavours/glitch/styles/components/single_column.scss
parent7a75bce1b43df290baf6842e2bb3d3eb0acd76d5 (diff)
parent353e2c5d84fcfe253d58e0a0038deac0bfc867e3 (diff)
Merge pull request #1800 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/single_column.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/single_column.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss
index ba43e7f29..d10fc1d3e 100644
--- a/app/javascript/flavours/glitch/styles/components/single_column.scss
+++ b/app/javascript/flavours/glitch/styles/components/single_column.scss
@@ -199,7 +199,7 @@
   height: 3.9375rem;
   bottom: 1.3125rem;
   right: 1.3125rem;
-  background: darken($ui-highlight-color, 3%);
+  background: darken($ui-highlight-color, 2%);
   color: $white;
   border-radius: 50%;
   font-size: 21px;
@@ -210,7 +210,7 @@
   &:hover,
   &:focus,
   &:active {
-    background: lighten($ui-highlight-color, 7%);
+    background: $ui-highlight-color;
   }
 }