summaryrefslogtreecommitdiff
path: root/views/style.css
diff options
context:
space:
mode:
authornicolas sterchele <foss@sterchelen.net>2022-09-03 18:54:37 +0200
committernicolas sterchele <foss@sterchelen.net>2022-09-03 18:54:57 +0200
commitad0fb353094d69c9f0ea12c45a9ff6798e140329 (patch)
tree64a36b6cf1330f4a847eabaa3404ca9838d17efc /views/style.css
parentb9281c89737419216b710a87c31686d21adf86bc (diff)
views: cosmetic changesHEADmain
* add footer and its css class * change header * add icon
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;