diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 19b9b31..5693df4 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -45,6 +45,13 @@ color: var(--color-text-light-3); } + /* Markup. */ + /* Slight highlight on strong and heading elements, to improve readability. */ + .markup strong, + .markup h1, .markup h2, .markup h3, .markup h4, .markup h5, .markup h6 { + color: var(--color-text-dark); + } + /* Homepage. */ /* By default Gitea colors links green */ .home a {