about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-17 23:44:20 -0500
committerCase Duckworth2022-07-17 23:44:20 -0500
commit76f1b6d4b7134367378082a707e3fc248dd4c919 (patch)
tree4ca74c4a99e7289500a4ee87433de7e222602e35 /style.css
parentArchive feeds older than 60 days (diff)
downloadsfeed-76f1b6d4b7134367378082a707e3fc248dd4c919.tar.gz
sfeed-76f1b6d4b7134367378082a707e3fc248dd4c919.zip
Add footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css index 0fa9d6b..4462446 100644 --- a/style.css +++ b/style.css
@@ -174,3 +174,9 @@ header a { display: inline; }
174 aside { border-bottom: 1px solid black; } 174 aside { border-bottom: 1px solid black; }
175 aside li { background: white !important; } 175 aside li { background: white !important; }
176} 176}
177
178footer {
179 font-size: 80%;
180 font-style: italic;
181 text-align: right;
182}