Fix shadow

master
uid 2018-06-08 11:14:18 +02:00
parent 6d78664a73
commit 8d0ee00723
1 changed files with 2 additions and 2 deletions

View File

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