summaryrefslogtreecommitdiff
path: root/views/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.css')
-rwxr-xr-xviews/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/style.css b/views/style.css
index d5ccf19..c66475b 100755
--- a/views/style.css
+++ b/views/style.css
@@ -11,7 +11,7 @@ body {
a {
color: #aea;
}
-main, header {
+main, header, footer {
max-width: 1260px;
margin: auto;
}
@@ -39,6 +39,10 @@ blockquote {
margin-bottom: 2em;
}
+footer {
+ color: #8d8;
+}
+
article.link p {
margin: 0;
margin-left: 2em;