From 13b825a5084fc2ff4f33a2edc1932d36a3aca6f3 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 11 Mar 2024 03:32:54 +0000 Subject: [PATCH] Update style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 6d6e8671..de139912 100644 --- a/style.css +++ b/style.css @@ -47,6 +47,7 @@ footer { background-color: var(--uibg); display: flex; text-decoration: none; + font-weight:700; padding: 0.7rem; width: 100%; z-index: 1; @@ -55,6 +56,9 @@ footer { text-decoration: none; } +#time { +font-weight:100; +} header { top: 0; border-radius: 0 0 20px 20px;