Use a bigger font for the category titles
This commit is contained in:
parent
cc1e7602a7
commit
d703faa860
1 changed files with 9 additions and 12 deletions
|
@ -47,6 +47,15 @@ h2 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: inherit;
|
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 {
|
h3 {
|
||||||
font-family: var(--font-emphasis);
|
font-family: var(--font-emphasis);
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
@ -4129,19 +4138,7 @@ div.cat_bar {
|
||||||
color: var(--neutral-light-color);
|
color: var(--neutral-light-color);
|
||||||
font-weight: 600;
|
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 {
|
.cat_bar + .windowbg, .cat_bar + .roundframe {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue