about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 10:15:45 -0500
committerCase Duckworth2022-07-18 10:15:45 -0500
commit6d1a246a951fe4e23b78e959c650b44f0ab59389 (patch)
treec322a51971db8a2a95266408217e0cacae6955b5 /style.css
parentChange teddit to i.reddit (diff)
downloadsfeed-6d1a246a951fe4e23b78e959c650b44f0ab59389.tar.gz
sfeed-6d1a246a951fe4e23b78e959c650b44f0ab59389.zip
Style footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css index a4afb77..369e3c3 100644 --- a/style.css +++ b/style.css
@@ -186,3 +186,12 @@ footer {
186 font-style: italic; 186 font-style: italic;
187 text-align: right; 187 text-align: right;
188} 188}
189
190footer {
191 border-top: 1px solid;
192}
193
194footer a:link {
195 display: inline;
196 text-decoration: underline;
197}