vielleicht isses jetzt schöner

This commit is contained in:
sirx 2016-11-05 18:47:20 +01:00
parent 4a69eda590
commit d61a463095
2 changed files with 18 additions and 0 deletions

View File

@ -13,6 +13,15 @@ a {
text-decoration: none;
}
input, select, textarea {
border: 1px double #07371F;
border-radius: 5px;
background: #282A2E;
color: #ACACAC;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}
a:hover {
color: #ffffff;
text-decoration: none;

View File

@ -14,6 +14,15 @@ body {
margin: 20px;
}
input, select, textarea {
border: 1px double #07371F;
border-radius: 5px;
background: #282A2E;
color: #ACACAC;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}
ul#posts {
width: calc(100% - 210px);
margin: 0;