From 588ed8675d2b9359d6e0b8d71822af14320263a5 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 21 Oct 2024 23:36:18 +0600 Subject: improve texts --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index c08277e..87aa40b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,7 @@ body { background: #ffffff; margin: 3rem; - font-family: Georgia, 'Times New Roman', serif; + font-family: monospace, sans-serif, serif; color: #352a2e; } @@ -45,6 +45,7 @@ body { .menu a.active { text-decoration: none; + color: #00000088; } .list { -- cgit v1.2.3