From 9a4423bd36d4ffd510b1f578b95495c5e96c89b9 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 10 Mar 2018 22:16:33 -0500 Subject: [PATCH] Link/footer style tweaks --- assets/sass/main.scss | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index 2717911..01a12ce 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -77,6 +77,7 @@ p + ul { } */ +footer, #body_home { text-align: center; } @@ -179,12 +180,16 @@ html { overflow-y: scroll; } -main a:not(.btn) { - text-decoration: underline; - color: #777; -} -a:hover:not(.btn), a:active:not(.btn) { - text-decoration: none; +#content { + a:not(.btn) { + text-decoration: underline; + text-shadow: 1px 1px 1px rgba(0, 0, 0, .5); + color: #aaa; + text-decoration-color: #888; + } + a:hover:not(.btn), a:active:not(.btn) { + text-decoration: none; + } } body:not(#body_home) nav {