diff options
| -rw-r--r-- | sass/theme/_theme.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index 8f4a93b..b91c5b6 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -288,6 +288,8 @@ span.rpwwt-post-title:hover{ .tag-cloud-link { //color: rgba(0, 0, 0, 0.87) !important; color: white !important; + margin-top: .1rem; + margin-bottom: .1rem; @extend .btn; //@extend .btn-light; @extend .btn-primary; |
