mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-10 14:06:41 +00:00
Tweak box css
This commit is contained in:
parent
af9b48fd2a
commit
b537d023f8
@ -35,7 +35,6 @@ code, kbd, pre, samp {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
text-align: left;
|
||||
margin-bottom: .5em;
|
||||
@ -274,11 +273,10 @@ code, kbd, pre, samp {
|
||||
}
|
||||
|
||||
.box {
|
||||
border: 1px solid black;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #212121;
|
||||
background-color: rgba(255,255,255,0.05);
|
||||
box-shadow: 2px 2px 1px rgba(0,0,0,0.4);
|
||||
padding: 4px;
|
||||
padding: 8px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user