From ed4a5655a1dcf69c984d85302c522ce45c8fd46f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 12 Dec 2020 21:05:48 -0800 Subject: [PATCH] ui: Drop italic style on app name and sections in card listing - The emphasis brought by italics is wasted when all of the items have a same style. Without it the style is simpler and more pleasent. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- static/themes/default/css/main.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 223c3dcf2..6662d3800 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -397,7 +397,6 @@ footer { .card-section-title { display: flex; - font-style: italic; font-weight: 800; font-size: 1.25rem; padding: 0 2.875rem; @@ -448,7 +447,6 @@ a.menu_link_active { } .card-title { - font-style: italic; font-weight: 800; font-size: 1.25rem; padding: 0.75rem 0;