all repos — zola-bearblog @ ec4421f6b2a89448939bf6dc9df5e2c5d1224c19

Port of bear blog theme to zola

Correction of headings hierarchy and styling

commit

ec4421f6b2a89448939bf6dc9df5e2c5d1224c19

parent

91f72a8f3071daebea322fb65365cda55956512f

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M templates/style.css.htmltemplates/style.css.html
@@ -31,6 +31,10 @@ text-decoration: none;
border: 0; } + .title h1 { + font-size: 1.5em; + } + .title span { font-weight: 400; }