Merge pull request 'add changelog to website' (#47) from changelog into master

Reviewed-on: Disroot/grav-theme-disroot#47
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
This commit is contained in:
meaz 2021-04-06 20:11:09 +00:00
commit dd306f23ff
2 changed files with 28 additions and 0 deletions

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 {

View File

@ -7,6 +7,8 @@
<li><a href="{{ base_url }}/tos">Terms Of Service</a></li>
<li><span class="dot"></span></li>
<li><a href="{{ base_url }}/privacy_policy">Privacy Policy</a></li>
<li><span class="dot"></span></li>
<li><a href="{{ base_url }}/changelog">Changelog</a></li>
</ul>
</div>
<div id="footer-icons">