From 6b092b34b30b1137be3d03e2371aebdaad07140a Mon Sep 17 00:00:00 2001 From: grey Date: Mon, 10 Jul 2023 18:11:24 +0200 Subject: [PATCH] fix AFLOW-28 --- static/css/dashboard.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/dashboard.css b/static/css/dashboard.css index 4448cb6..dd528e1 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -6,6 +6,11 @@ body { width: 5%; } +/* Give the logo a dark shadow to make it pop out */ +.headLogo { + filter: drop-shadow(0 0 0.85rem rgba(0, 0, 0, 0.35)); +} + @-moz-document url-prefix() { .headLogo { width: 40%;