mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-04-19 17:16:42 +00:00
Tweak box css
This commit is contained in:
parent
af9b48fd2a
commit
b537d023f8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user