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 <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-12 21:05:48 -08:00 committed by Veiko Aasa
parent f4a48f3e36
commit ed4a5655a1
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -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;