From 3bf09e19489d7e4d48652244e21b49eb768c308e Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 23:10:29 +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 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index f618dd0..70b1660 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -7,6 +7,22 @@ padding: 25px 25px; } +.beige { + color: #fef6e4 +} + +.blue { + color: #001858 +} + +.pink { + color: #f582ae; +} + +.cyan { + color: #8bd3dd; +} + div { overflow: hidden; text-overflow: clip; @@ -41,27 +57,11 @@ p { color: #001858; } -p.pink { - color: #f582ae; -} - -p.cyan { - color: #8bd3dd; -} - a { font-family: monospace; color: #001858; } -a.pink { - color: #f582ae; -} - -a.cyan { - color: #8bd3dd; -} - i { font-family: monospace; color: #001858;