forked from unit/website
Fix shadow
This commit is contained in:
parent
6d78664a73
commit
8d0ee00723
|
@ -120,11 +120,11 @@ section > p {
|
||||||
section > p > span {
|
section > p > span {
|
||||||
padding: 0.1rem 0;
|
padding: 0.1rem 0;
|
||||||
background: #000000;
|
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;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
section > p:first-child > span {
|
section > p:first-child > span {
|
||||||
background: #378ab4;
|
background: #378ab4;
|
||||||
box-shadow: 0.2rem 0 0 #378ab4, -0.2rem 0 0 #378ab4;
|
box-shadow: 0rem 0 0 #378ab4, 0rem 0 0 #378ab4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user