# HG changeset patch # User František Kučera # Date 1654670401 -7200 # Node ID 2e86632f5aef017dd59eb32dbd62d1abdbeb8921 # Parent cfd08606258ab0fcba129a6466dcb7cb84cc85bc css: background-color etc. diff -r cfd08606258a -r 2e86632f5aef templates/style.css --- a/templates/style.css Tue May 11 22:29:39 2021 +0200 +++ b/templates/style.css Wed Jun 08 08:40:01 2022 +0200 @@ -11,7 +11,7 @@ body { font-family: "CMU Serif Roman"; font-size: 18px; - background-color: white; + background-color: #F8F8F8; color: black; text-align: center; } @@ -29,6 +29,12 @@ h1 { text-align: center; + margin-top: 50px; +} + +a { + color: #806; + text-decoration: none; } a.anchor { @@ -48,6 +54,7 @@ p.footer { font-size: 80%; + margin-bottom: 30px; } hr {