diff --git a/css/index.css b/css/index.css index 64049ac..ccbd310 100644 --- a/css/index.css +++ b/css/index.css @@ -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;