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; }