From b66b8a78fdb94885238c04739b778e69f05a5e91 Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 24 Feb 2020 08:18:57 +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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/threadr/style.css b/threadr/style.css index a258d46..43d0bff 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -35,6 +35,14 @@ font-family: monospace; color: #001858; } + a { + font-family: monospace; + color: #001858; + } + i { + font-family: monospace; + color: #001858; + } li { font-family: monospace; color: #001858; @@ -281,3 +289,10 @@ ul.list li p { margin: 0; } +div.dropdown { + color: #fef6e4; + text-align: center; + font-family: monospace; + font-size: 1em; + text-decoration: none; +} \ No newline at end of file