From 4bb4e2c8a97bb454b6e8207bf4b8ad3ed24a82e1 Mon Sep 17 00:00:00 2001 From: Jakob Date: Mon, 24 Feb 2020 23:07:47 +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 2927532..f618dd0 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -54,6 +54,14 @@ a { color: #001858; } +a.pink { + color: #f582ae; +} + +a.cyan { + color: #8bd3dd; +} + i { font-family: monospace; color: #001858;