From 05bf994064179d41273b3470884bf8fe465b0492 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Wed, 13 Mar 2024 17:09:31 -0400 Subject: [PATCH] footer colors --- _css/site.css | 4 ++++ config.md | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_css/site.css b/_css/site.css index 94b70be..dbbf7fc 100644 --- a/_css/site.css +++ b/_css/site.css @@ -137,6 +137,10 @@ p a:hover { border-bottom: 2px solid var(--main-color); } +.footer a, .footer a:hover, .footer a:visited, .footer a:visited:hover { + color: white; +} + .call { padding-top: 2em; padding-bottom: 2em; diff --git a/config.md b/config.md index e1e9813..6df7b83 100644 --- a/config.md +++ b/config.md @@ -8,8 +8,7 @@ website_url = "https://qnumerics.org" website_img = "/assets/images/logo-umass.png" website_footer = """ Summer School on Numerical Methods in Quantum Information Science -
logo by Mariya Krastanova -
Powered by Franklin & Julia +
Powered by Franklin & Julia | Logo by Mariya Krastanova """ ignore = []