aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 20:31:35 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-31 20:31:35 +0200
commit84b041e87f1e2642627bb4f86284ed538333eb1d (patch)
treeabe5024603d77d73e67309aab479251d37a268a5 /app/Resources/static/themes/material/css/article.scss
parent91775f36fee13c5e1fd77abf27555e6c77fa93da (diff)
downloadwallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.tar.gz
wallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.tar.zst
wallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.zip
Reduced border-radius for tags
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-rw-r--r--app/Resources/static/themes/material/css/article.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss
index 8b67f6bd..27ff5221 100644
--- a/app/Resources/static/themes/material/css/article.scss
+++ b/app/Resources/static/themes/material/css/article.scss
@@ -132,6 +132,7 @@
132 background-color: $blueAccentColor; 132 background-color: $blueAccentColor;
133 padding: 0 15px 0 10px; 133 padding: 0 15px 0 10px;
134 margin: auto 2px; 134 margin: auto 2px;
135 border-radius: 6px;
135 136
136 a, 137 a,
137 i { 138 i {