color
This commit is contained in:
parent
8448436a46
commit
35e493f187
2 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,12 @@ html, button, input, select, textarea,
|
|||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
color: #444;
|
||||
}
|
||||
|
||||
h1, h2, strong {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
#container {
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<a href="/feed.xml" target="_blank">
|
||||
<i class="logo-link fa fa-rss fa-3x"></i>
|
||||
</a>
|
||||
<a href="/ical.ics">
|
||||
<i class="logo-link fa fa-calendar fa-3x"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue