Browse Source

Make second-level subcategory titles smaller

tags/v1.1.0
Fen Dweller 5 years ago
parent
commit
fd5e0f1c04
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      style.css

+ 4
- 0
style.css View File

@@ -396,6 +396,10 @@ body.dark .custom-header-static {
font-size: 200%;
}

.custom-category-sub .custom-category-sub .custom-header {
font-size: 150%;
}

body.light .custom-header {
color: #aaa;
background-color: rgba(255, 255, 255, 0.3);


Loading…
Cancel
Save