From 3e486013f7dde9e839681a45512d0356b29c36aa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 28 Sep 2018 17:25:45 +0100 Subject: [PATCH] CSS: Don't make buttons glow everywhere This looked rather odd on the blog Signed-off-by: Michael Tremer --- src/scss/style.scss | 2 +- src/templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 783d08db..11332370 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -56,7 +56,7 @@ body { } @each $color, $value in $theme-colors { - .btn-outline-#{$color} { + .btn-glow-#{$color} { background-color: rgba($value, .15); } } diff --git a/src/templates/index.html b/src/templates/index.html index 815d7a6a..6171c713 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -18,8 +18,8 @@

The Open Source Firewall Distribution

-- 2.47.3