From 84b041e87f1e2642627bb4f86284ed538333eb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 31 May 2017 20:31:35 +0200 Subject: Reduced border-radius for tags --- app/Resources/static/themes/material/css/article.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Resources/static/themes/material/css/article.scss') 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 { -- cgit v1.2.3