From d61a463095f462ea347850fa2675cf5abe91a5ee Mon Sep 17 00:00:00 2001 From: sirx Date: Sat, 5 Nov 2016 18:47:20 +0100 Subject: [PATCH] =?UTF-8?q?vielleicht=20isses=20jetzt=20sch=C3=B6ner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- s/cyber.css | 9 +++++++++ s/style.css | 9 +++++++++ 2 files changed, 18 insertions(+) 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;