From 2c9f7c1f2abf16f02eadeb2bab02d3f3b2ec4cfb Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 13 Feb 2022 13:21:03 +0100 Subject: [PATCH] Bad CSS property name --- resources/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index b511e49..a8c4dc0 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -288,7 +288,7 @@ ContentTypeFilter { #readinglistbar QLabel { font-size: 24px; - font: bold; + font-weight: bold; padding: 5px; }