From b6b11dbde694d14d4983a8a0394a1b619449b48d Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 17 Feb 2020 09:14:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econtent/stylesheet.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/stylesheet.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/stylesheet.css b/content/stylesheet.css index d639869..f293ade 100644 --- a/content/stylesheet.css +++ b/content/stylesheet.css @@ -38,3 +38,19 @@ body.status_page { background-color: #B6BDBD; color: #000000; } + +body { + font-size: 1em; +} +p { + font-family: monospace; +} +input { + font-family: monospace; +} +button { + font-family: monospace; +} +h1, h2, h3, h4, h5, h6 { + font-family: monospace; +}