mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
f4a48f3e36
commit
ed4a5655a1
@ -397,7 +397,6 @@ footer {
|
|||||||
|
|
||||||
.card-section-title {
|
.card-section-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
font-style: italic;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
padding: 0 2.875rem;
|
padding: 0 2.875rem;
|
||||||
@ -448,7 +447,6 @@ a.menu_link_active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-title {
|
.card-title {
|
||||||
font-style: italic;
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
padding: 0.75rem 0;
|
padding: 0.75rem 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user