From b4ded47fa0a76b9d4898dfa3b7e73cada5520999 Mon Sep 17 00:00:00 2001 From: meaz Date: Mon, 29 Mar 2021 09:35:30 +0200 Subject: [PATCH] add css for changelog --- css/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/css/style.css b/css/style.css index a53f921..c70eb32 100644 --- a/css/style.css +++ b/css/style.css @@ -1439,6 +1439,32 @@ footer a:hover, footer a:focus { color: #1F5C60; } } +/* Changelog */ +#changelog h1 { + padding: 0.5em; + text-align: center; + background-color: #1f5c60; + color: white; + border-radius: 0.7em; +} + +#changelog h3 { + color: #50162D; +} + +#changelog h1 + h3 { + padding-top: 1em; +} + +#changelog ul { + list-style-type: decimal; + padding-bottom: 1em; +} + +#changelog li > ul { + list-style-type: initial; +} + /* Image alignment */ .imgcenter {