From 072f2de47519bafa4b67e80c5707645cbfe0efed Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 21:26:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index df6e96d..e3c618b 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -52,8 +52,19 @@ } button { font-family: monospace; - color: #001858; + width: 100%; + background-color: #001858; + color: white; + padding: 14px 20px; + margin: 8px 0; + border: none; + border-radius: 4px; + cursor: pointer; } + +button:hover { + background-color: #8bd3dd; +} h1, h2, h3, h4, h5, h6 { font-family: monospace; color: #001858;