aboutsummaryrefslogtreecommitdiffhomepage
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
parent91775f36fee13c5e1fd77abf27555e6c77fa93da (diff)
downloadwallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.tar.gz
wallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.tar.zst
wallabag-84b041e87f1e2642627bb4f86284ed538333eb1d.zip
Reduced border-radius for tags
-rw-r--r--app/Resources/static/themes/material/css/article.scss1
-rw-r--r--app/Resources/static/themes/material/css/cards.scss1
2 files changed, 2 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 {
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 596d0a59..3edbe673 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -200,6 +200,7 @@ a.original:not(.waves-effect) {
200 background-color: $blueAccentColor; 200 background-color: $blueAccentColor;
201 padding: 0 15px 0 10px; 201 padding: 0 15px 0 10px;
202 margin: auto 2px; 202 margin: auto 2px;
203 border-radius: 6px;
203 204
204 a, 205 a,
205 i { 206 i {