From 0e897db723b705ee6811452c00dd7246e08755b5 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Aug 2025 02:38:42 +0300 Subject: [PATCH] remove bold decoration --- public/theme/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/theme/default.css b/public/theme/default.css index ae1764e..786c2ac 100644 --- a/public/theme/default.css +++ b/public/theme/default.css @@ -168,7 +168,7 @@ main > form > input { color: var(--accent); cursor: pointer; float: right; - font-weight: bold; + /*font-weight: bold;*/ opacity: .9; padding: 7px 16px; } @@ -179,7 +179,7 @@ main > a { border-radius: 3px; float: right; font-size: small; - font-weight: bold; + /*font-weight: bold;*/ margin-left: 8px; opacity: .9; padding: 8px 16px;