add css for changelog

This commit is contained in:
meaz 2021-03-29 09:35:30 +02:00
parent e5a8782f41
commit b4ded47fa0
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -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 {