summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-04-26 17:09:02 +0200
committerMaxence Lange <maxence@artificial-owl.com>2019-05-03 16:31:15 -0100
commit9ecd0605272604d1b82c40a6756ed14ea858a823 (patch)
tree9e76d8ef136fab181b78f1a2c5000cb2f94d44aa /css
parentd78758b0b6090f8687f2ebc5f8810273d0713264 (diff)
👌 IMPROVE: use blue icon with full opacity to indicate boosted state
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.scss b/css/style.scss
index caec9da1..09a84a17 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -3,5 +3,5 @@
@include icon-black-white('boost', 'social', 1);
.icon-boosted {
- @include icon-color('boost', 'social', $color-white, 1);
+ @include icon-color('boost', 'social', '#0082c9', 1);
}