diff options
| author | Max | 2019-03-06 19:08:07 +0100 |
|---|---|---|
| committer | Max | 2019-03-06 19:08:07 +0100 |
| commit | de2b6a68d7129af84f1c2903a2fab579615084d0 (patch) | |
| tree | bae9be4e3f8073949b9e8b6d8daeac0b39230bcb | |
| parent | eb5a7e6c65a5ee33bbd4e2afb4dfb2f3ac019ff9 (diff) | |
| download | fuselkoenig_de-de2b6a68d7129af84f1c2903a2fab579615084d0.tar.gz | |
Links in tag cloud are styled as buttons.
| -rw-r--r-- | sass/theme/_theme.scss | 8 |
1 files changed, 7 insertions, 1 deletions
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 { + + |
