diff options
author | Case Duckworth | 2022-07-18 10:15:45 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-18 10:15:45 -0500 |
commit | 6d1a246a951fe4e23b78e959c650b44f0ab59389 (patch) | |
tree | c322a51971db8a2a95266408217e0cacae6955b5 | |
parent | Change teddit to i.reddit (diff) | |
download | sfeed-6d1a246a951fe4e23b78e959c650b44f0ab59389.tar.gz sfeed-6d1a246a951fe4e23b78e959c650b44f0ab59389.zip |
Style footer
-rw-r--r-- | style.css | 9 |
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 | |||
190 | footer { | ||
191 | border-top: 1px solid; | ||
192 | } | ||
193 | |||
194 | footer a:link { | ||
195 | display: inline; | ||
196 | text-decoration: underline; | ||
197 | } | ||