grabels: reduce title size (#81909)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-10-03 09:13:28 +02:00
parent 0fce80523b
commit 8c4416df34
2 changed files with 5 additions and 1 deletions

View File

@ -47,3 +47,7 @@
#footer-wrapper {
border-top: 5px solid $yellow;
}
div#tracking-code h3 {
font-size: 1.5rem;
}

View File

@ -18,7 +18,7 @@ $nav-submenu-color: black;
$link-color: $orange;
$link-decoration: underline;
$title-font-size: 3em;
$title-font-size: 2em;
$title-weight: bold;
$form-accent-color: $orange;