From a509d206fa660d43b32478b4e6fb715bbd42b7bb Mon Sep 17 00:00:00 2001 From: ryderr Date: Thu, 2 Oct 2014 16:47:10 -0400 Subject: footer hover state --- public/assets/stylesheets/app.css | 4 ++++ views/partials/footer.ejs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 757f1df..f3f1e37 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -455,6 +455,10 @@ iframe.embed { font-size: 13px; } +.footer a:hover{ + text-decoration:underline; +} + /* PROFILE PAGE */ .profilePic { diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 3f816f0..3ee4afc 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -12,7 +12,7 @@ you are signed in as → - [[- user.displayName ]] + [[- user.displayName ]] [[ if (user.isStaff) { ]] Staff Area [[ } ]] -- cgit v1.2.3-70-g09d2