diff options
Diffstat (limited to 'static/base.css')
-rw-r--r-- | static/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/base.css b/static/base.css index 549ac8f..5f63e67 100644 --- a/static/base.css +++ b/static/base.css @@ -10,3 +10,11 @@ a { color: white; text-decoration: none; } + +footer { + color: white; + margin: auto; + padding: 1ex; + text-align: center; +} +footer a { text-decoration: underline } |