diff options
| author | nicolas sterchele <foss@sterchelen.net> | 2022-09-03 18:54:37 +0200 |
|---|---|---|
| committer | nicolas sterchele <foss@sterchelen.net> | 2022-09-03 18:54:57 +0200 |
| commit | ad0fb353094d69c9f0ea12c45a9ff6798e140329 (patch) | |
| tree | 64a36b6cf1330f4a847eabaa3404ca9838d17efc /views/style.css | |
| parent | b9281c89737419216b710a87c31686d21adf86bc (diff) | |
* add footer and its css class
* change header
* add icon
Diffstat (limited to 'views/style.css')
| -rwxr-xr-x | views/style.css | 6 |
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; |
