From beca0a84887425cb887a625b398db22ccf353412 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 13 Jun 2023 15:53:18 +0200 Subject: improve header css --- assets/style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'assets') diff --git a/assets/style.css b/assets/style.css index 4a6cb51..c7aafb4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -5,6 +5,8 @@ html { color: #000; } +/* TODO code, pre, tt, codeblocks */ + a { text-decoration: none; color: #0ad; @@ -31,27 +33,27 @@ h1 { } h2 { - font-size: 200%; + font-size: 225%; font-weight: bold; } h3 { - font-size: 150%; + font-size: 200%; font-weight: 300; } h4 { - font-size: 120%; + font-size: 150%; font-weight: bold; } h5 { - font-size: 100%; + font-size: 120%; font-weight: bold; } h6 { - font-size: 100%; + font-size: 120%; font-weight: 300; } -- cgit v1.2.3