Navigation Menu

Skip to content

Commit

Permalink
Link/footer style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Mar 11, 2018
1 parent e9059b9 commit 9a4423b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions assets/sass/main.scss
Expand Up @@ -77,6 +77,7 @@ p + ul {
}
*/

footer,
#body_home {
text-align: center;
}
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 9a4423b

Please sign in to comment.