diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 16:39:54 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 16:39:54 +0200 |
| commit | 55439cd6455232057c9c08202c853c1f5201d79f (patch) | |
| tree | f3db50b6f791fbe1cbcef574454ea52f4d0e5a91 /static/css/custom.css | |
| parent | c0081779d45fc89b5194a3526b9826b187c3fa56 (diff) | |
| download | blog-55439cd6455232057c9c08202c853c1f5201d79f.tar.gz blog-55439cd6455232057c9c08202c853c1f5201d79f.zip | |
add descriptions to footer links, add git repo link
Diffstat (limited to 'static/css/custom.css')
| -rw-r--r-- | static/css/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index c41a1bf..e483312 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -56,6 +56,10 @@ main { margin: 2rem 0; } +.footer-link a { + text-decoration: none; +} + .hr { height: 1px; margin: 2rem 0; |
