From efce383939cdbde7b32b1a3a9ee6e4236027e064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 8 Jun 2023 15:23:55 +0200 Subject: [PATCH] tabs: decrease contrast for tabs title #550 --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 88555a6903..84666bad6f 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1881,7 +1881,7 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right { #body .tab-nav-title{ font-size: .9rem; - font-weight: 500; + font-weight: 400; line-height: 1.42857143; padding: .2rem 0; margin-inline-start: .6rem;