summaryrefslogtreecommitdiff
path: root/sass/theme/_theme.scss
diff options
context:
space:
mode:
authorMax2019-03-06 19:08:07 +0100
committerMax2019-03-06 19:08:07 +0100
commitde2b6a68d7129af84f1c2903a2fab579615084d0 (patch)
treebae9be4e3f8073949b9e8b6d8daeac0b39230bcb /sass/theme/_theme.scss
parenteb5a7e6c65a5ee33bbd4e2afb4dfb2f3ac019ff9 (diff)
downloadfuselkoenig_de-de2b6a68d7129af84f1c2903a2fab579615084d0.tar.gz
Links in tag cloud are styled as buttons.
Diffstat (limited to 'sass/theme/_theme.scss')
-rw-r--r--sass/theme/_theme.scss8
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 {
+
+