From d99951233716b0c41cbf03a8af0d8b46536e9d8d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Thu, 13 Apr 2023 23:17:23 +0900 Subject: [PATCH] note links (?) are always bold now --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 8a38e0786..1b6298091 100644 --- a/public/style.css +++ b/public/style.css @@ -1778,6 +1778,7 @@ input[type="range"]::-webkit-slider-thumb { border-radius: 10px; line-height: var(--mainFontSize); font-size: var(--mainFontSize); + font-weight: 700; width: calc(var(--mainFontSize) + 0.2rem); height: calc(var(--mainFontSize) + 0.2rem); display: inline-block;