From 8d0ee0072354bec1c4c86ada38ff8be7df475ff5 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Fri, 8 Jun 2018 11:14:18 +0200 Subject: [PATCH] Fix shadow --- assets/styles/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/site.css b/assets/styles/site.css index 1833b3e..27e8269 100644 --- a/assets/styles/site.css +++ b/assets/styles/site.css @@ -120,11 +120,11 @@ section > p { section > p > span { padding: 0.1rem 0; background: #000000; - box-shadow: 0.2rem 0 0 #000000, -0.2rem 0 0 #000000; + box-shadow: 0rem 0 0 #000000, 0rem 0 0 #000000; color: #ffffff; } section > p:first-child > span { background: #378ab4; - box-shadow: 0.2rem 0 0 #378ab4, -0.2rem 0 0 #378ab4; + box-shadow: 0rem 0 0 #378ab4, 0rem 0 0 #378ab4; }