diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-06-28 15:27:06 +0900 |
commit | 5ba68fae053ccabc3161ee4f80963ac0c47ddaf2 (patch) | |
tree | 83eb374a71de46ccb8ec17b803976b9a5e11bb2e /static | |
parent | e405d3f244d074f00658e020795a90ec3f69add7 (diff) | |
download | phylactery-fc309c292088a6cbf15de07ac3bacddc75434e2e.tar.gz |
Polish up for a release 0.1.0
Diffstat (limited to 'static')
-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 } |