From: Nicolas LÅ“uillet Date: Wed, 31 May 2017 18:31:35 +0000 (+0200) Subject: Reduced border-radius for tags X-Git-Tag: 2.3.0~31^2~78^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=84b041e87f1e2642627bb4f86284ed538333eb1d;hp=91775f36fee13c5e1fd77abf27555e6c77fa93da;p=github%2Fwallabag%2Fwallabag.git Reduced border-radius for tags --- 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 @@ background-color: $blueAccentColor; padding: 0 15px 0 10px; margin: auto 2px; + border-radius: 6px; a, 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) { background-color: $blueAccentColor; padding: 0 15px 0 10px; margin: auto 2px; + border-radius: 6px; a, i {