From 2b9ff1206d26618ae59f5f893a91a5b94aee12ad Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 10 Jun 2021 23:00:25 +0000 Subject: [PATCH] update footer --- assets/fet.css | 15 +++++++++++++++ fet2020/static/fet.css | 15 +++++++++++++++ fet2020/templates/layout.html | 10 ++++------ 3 files changed, 34 insertions(+), 6 deletions(-) diff --git a/assets/fet.css b/assets/fet.css index 2d693084..f8d33e5f 100644 --- a/assets/fet.css +++ b/assets/fet.css @@ -61,6 +61,7 @@ footer { } .footer-link { + background-color: #444; color: white; } @@ -68,6 +69,16 @@ footer { font-size:30px; } +.footer-link:hover { + background: lightgrey; + color: #444; +} + +.footer-text { + background-color: #444; + color: white; +} + .job-btn { background-color: gray; height: 70%; @@ -154,6 +165,10 @@ a.thumbnail img { .social-media-footer .social-media-footer-symbol { font-size:30px; } +.social-media-footer:hover { + color: grey; +} + .news-hero-compact { border-radius: 5px; margin-top: 1rem !important; diff --git a/fet2020/static/fet.css b/fet2020/static/fet.css index 2d693084..f8d33e5f 100644 --- a/fet2020/static/fet.css +++ b/fet2020/static/fet.css @@ -61,6 +61,7 @@ footer { } .footer-link { + background-color: #444; color: white; } @@ -68,6 +69,16 @@ footer { font-size:30px; } +.footer-link:hover { + background: lightgrey; + color: #444; +} + +.footer-text { + background-color: #444; + color: white; +} + .job-btn { background-color: gray; height: 70%; @@ -154,6 +165,10 @@ a.thumbnail img { .social-media-footer .social-media-footer-symbol { font-size:30px; } +.social-media-footer:hover { + color: grey; +} + .news-hero-compact { border-radius: 5px; margin-top: 1rem !important; diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index f93acad4..cd700109 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -75,14 +75,12 @@