Use a bigger font for the category titles

This commit is contained in:
Antoine Le Gonidec 2024-07-30 19:28:40 +02:00
parent cc1e7602a7
commit d703faa860
Signed by: vv221
GPG key ID: 636B78F91CEB80D8

View file

@ -47,6 +47,15 @@ h2 {
font-size: 1em;
font-weight: inherit;
}
/* "h2.catbg" = category title */
h2.catbg {
font-size: 1.3rem;
}
h2.catbg,
h2.catbg a,
h2.catbg a:hover {
color: var(--neutral-light-color);
}
h3 {
font-family: var(--font-emphasis);
font-size: 1em;
@ -4129,19 +4138,7 @@ div.cat_bar {
color: var(--neutral-light-color);
font-weight: 600;
}
h2.catbg {
font-size: 1.1em;
}
h2.catbg, h2.catbg a, h2.catbg a:hover {
color: var(--neutral-light-color);
}
h2.catbg a:hover {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
}
h2.catbg .main_icons::before, h2.catbg .icon {
margin: 0 5px 0 0;
}
.cat_bar + .windowbg, .cat_bar + .roundframe {
margin-top: -1px;
border-top-left-radius: 0;