This commit is contained in:
Lorin Werthen 2016-07-27 18:13:52 +02:00
parent 8448436a46
commit 35e493f187
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 9 additions and 0 deletions

View file

@ -15,6 +15,12 @@ html, button, input, select, textarea,
html, body { html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
color: #444;
}
h1, h2, strong {
color: #222;
} }
#container { #container {

View file

@ -16,6 +16,9 @@
<a href="/feed.xml" target="_blank"> <a href="/feed.xml" target="_blank">
<i class="logo-link fa fa-rss fa-3x"></i> <i class="logo-link fa fa-rss fa-3x"></i>
</a> </a>
<a href="/ical.ics">
<i class="logo-link fa fa-calendar fa-3x"></i>
</a>
</div> </div>
</div> </div>