From 07b782d7af152a07c433221f28fce34442567c2d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 14:23:30 +0200 Subject: [PATCH] style: more readable text color --- templates/threads.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/threads.html b/templates/threads.html index bd00a70..17c464b 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -10,6 +10,7 @@ font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; max-width: 570px; margin: 0 auto; + color: #232323; } header, footer { background: linear-gradient(45deg, #3054bf, #416fff);