aboutsummaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-13 15:53:18 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-06-13 15:53:18 +0200
commitbeca0a84887425cb887a625b398db22ccf353412 (patch)
tree061296e93a756bc5c92039cce46929d621fb7fe0 /assets/style.css
parentc84dcab7a3ced4264da7ab317c2d96e545d5deed (diff)
downloadreploy-beca0a84887425cb887a625b398db22ccf353412.tar.gz
reploy-beca0a84887425cb887a625b398db22ccf353412.tar.bz2
improve header css
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css12
1 files changed, 7 insertions, 5 deletions
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;
}