diff options
Diffstat (limited to 'public')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
