Merge pull request 'Correction of headings hierarchy and styling' (#7) from dobrvlskyi/zola-bearblog:headings into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/7
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M templates/style.css.html → templates/style.css.html
@@ -31,6 +31,10 @@ text-decoration: none; border: 0; } + .title h1 { + font-size: 1.5em; + } + .title span { font-weight: 400; }