looki looki

This commit is contained in:
sirx 2016-11-05 18:52:18 +01:00
parent d61a463095
commit 40e89d3935
2 changed files with 8 additions and 9 deletions

View File

@ -14,13 +14,13 @@ a {
}
input, select, textarea {
border: 1px double #07371F;
border: 1px double #00ffc4;
border-radius: 5px;
background: #282A2E;
background: #9a0039;
color: #ACACAC;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}
font-family: 'Oswald', sans-serif;
}
a:hover {
color: #ffffff;

View File

@ -16,9 +16,8 @@ body {
input, select, textarea {
border: 1px double #07371F;
border-radius: 5px;
background: #282A2E;
color: #ACACAC;
color: #f1e3ce;
font-family: 'Hack', monospace, sans-serif;
font-size: 80%;
}