Update krautchan.css

This commit is contained in:
noxy 2017-02-01 10:22:38 +00:00
parent 05b43f07a3
commit 23f95543d7

View File

@ -53,14 +53,6 @@ input, select, textarea {
color: #000000;
}
.controls {
text-align: center;
padding-top: 10px;
color: #eeeeee;
font-weight: bold;
font-size: 120%;
}
.irc {
margin: 20px;
color: #000000;
@ -69,3 +61,23 @@ input, select, textarea {
code {
color: #3d3dff;
}
.return {
text-align: center;
border: 1px solid black;
width: 300px;
margin: 0 auto;
background: #aaaacc;
}
.controls {
text-align: center;
color: #3333cc;
font-weight: bold;
width: 300px;
margin: 0 auto;
border-left: 1px solid black;
background: #aaaacc;
border-right: 1px solid black;
border-bottom: 1px solid black;
}