vielleicht isses jetzt schöner
This commit is contained in:
parent
4a69eda590
commit
d61a463095
@ -13,6 +13,15 @@ a {
|
|||||||
text-decoration: none;
|
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 {
|
a:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -14,6 +14,15 @@ body {
|
|||||||
margin: 20px;
|
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 {
|
ul#posts {
|
||||||
width: calc(100% - 210px);
|
width: calc(100% - 210px);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user