commit spam, basically

This commit is contained in:
chunk 2022-01-08 08:02:35 -07:00
parent 8bb95beabe
commit b9abce34e3
1 changed files with 3 additions and 6 deletions

View File

@ -2,13 +2,14 @@ body {
background: #1b1b1b;
color: #a7d129;
/* font-family: 'Inconsolata', monospace; */
letter-spacing: 1px;
letter-spacing: 1.2px;
line-height: 1em;
font-family: 'Share Tech Mono', monospace;
font-weight: 300;
}
#content {
.content {
padding-top: 12px;
padding:5px;
width:100%;
background-color: #1c1d1c;
@ -22,10 +23,6 @@ body {
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.chunk {
background-color: #181728;
color: aqua;
}
#divbody {
margin-bottom: 15px;
}