summaryrefslogtreecommitdiff
path: root/sass/theme
diff options
context:
space:
mode:
Diffstat (limited to 'sass/theme')
-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 {
+
+