Tweak box css

This commit is contained in:
simon987 2019-05-13 10:07:13 -04:00
parent af9b48fd2a
commit b537d023f8

View File

@ -35,7 +35,6 @@ code, kbd, pre, samp {
color: white; color: white;
} }
.header { .header {
text-align: left; text-align: left;
margin-bottom: .5em; margin-bottom: .5em;
@ -274,11 +273,10 @@ code, kbd, pre, samp {
} }
.box { .box {
border: 1px solid black; border: 1px solid #212121;
border-radius: 2px;
background-color: rgba(255,255,255,0.05); background-color: rgba(255,255,255,0.05);
box-shadow: 2px 2px 1px rgba(0,0,0,0.4); box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
padding: 4px; padding: 8px;
margin-right: 3px; margin-right: 3px;
} }