From 797042dee95b16ffe039a522a235356d6043fda8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Tue, 15 Feb 2022 00:42:53 +0100 Subject: [PATCH] theme: change default color for tags #181 --- static/css/tags.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/tags.css b/static/css/tags.css index f829e8a1a0..484f549e4c 100644 --- a/static/css/tags.css +++ b/static/css/tags.css @@ -12,7 +12,7 @@ position: relative; margin: 0 16px 8px 0; padding: 0 10px 0 12px; - background: #8451a1; + background: #7dc903; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; @@ -21,7 +21,7 @@ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); box-shadow: 0 1px 2px rgba(0,0,0,0.2); - color: #fff; + color: #ffffff; } #body .tags a.tag-link:before { @@ -31,7 +31,7 @@ left: -.99em; width: 0; height: 0; - border-color: transparent #8451a1 transparent transparent; + border-color: transparent #7dc903 transparent transparent; border-style: solid; border-width: 1em 1em 1em 0; } @@ -45,5 +45,5 @@ height: 5px; -webkit-border-radius: 50%; border-radius: 100%; - background: #fff; + background: #ffffff; }