From 3c184cfad8eae5fba4cb4d1aba6034c18116e0d9 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 21 Aug 2023 15:30:40 +0400 Subject: [PATCH] Set font-weight to 600 Bold Previously used 500 Medium was uncompatible with some fonts --- static/get.css | 2 +- static/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/get.css b/static/get.css index db1d7b3..ff79716 100644 --- a/static/get.css +++ b/static/get.css @@ -6,7 +6,7 @@ font-size: 0.9rem; } .title { - font-weight: 500; + font-weight: 600; } a { diff --git a/static/index.css b/static/index.css index 4c3fc3d..5402aa2 100644 --- a/static/index.css +++ b/static/index.css @@ -69,6 +69,6 @@ select { background: var(--bg); color: var(--fg); - font-weight: 500; + font-weight: 600; font-size: 0.9rem; }