From de2b6a68d7129af84f1c2903a2fab579615084d0 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 6 Mar 2019 19:08:07 +0100 Subject: Links in tag cloud are styled as buttons. --- sass/theme/_theme.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sass') diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index 1eae0fd..8f4a93b 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -286,7 +286,11 @@ span.rpwwt-post-title:hover{ } .tag-cloud-link { - color: rgba(0, 0, 0, 0.87) !important; + //color: rgba(0, 0, 0, 0.87) !important; + color: white !important; + @extend .btn; + //@extend .btn-light; + @extend .btn-primary; } .tag-cloud-link:hover { text-decoration-color: theme-color(primary); @@ -364,3 +368,5 @@ span.rpwwt-post-title:hover{ } //li.active > .dropdown-toggle { + + -- cgit v1.2.3