From 7f7b5d06666b77025a2e78687f433a82f448e739 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Jun 2022 15:05:17 +0200 Subject: Fix color --- assets/common/css/common.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/common') diff --git a/assets/common/css/common.css b/assets/common/css/common.css index a8b1e11..d7d8fa7 100644 --- a/assets/common/css/common.css +++ b/assets/common/css/common.css @@ -165,6 +165,7 @@ html, body { vertical-align: middle; margin-left: 5px; font-size: 20px; + color: white; } hr { -- cgit