diff --git a/s/cyber.css b/s/cyber.css index 0108c1d..13e1c14 100644 --- a/s/cyber.css +++ b/s/cyber.css @@ -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; diff --git a/s/style.css b/s/style.css index 4ac601c..9ced84e 100644 --- a/s/style.css +++ b/s/style.css @@ -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;