From a2a1c95bce2d9cac7c57eb6199439f729a955e22 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 23:04:08 +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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index 16d05be..2927532 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -41,6 +41,14 @@ p { color: #001858; } +p.pink { + color: #f582ae; +} + +p.cyan { + color: #8bd3dd; +} + a { font-family: monospace; color: #001858;