From f2ae9a81eab16a69f69675e50585c59d9f2b678e Mon Sep 17 00:00:00 2001 From: jholdstock Date: Mon, 24 Aug 2020 11:29:16 +0100 Subject: [PATCH] Dont underline logo on hover --- webapi/public/css/vspd.css | 4 ++++ webapi/templates/header.html | 32 +++++++++++++++----------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/webapi/public/css/vspd.css b/webapi/public/css/vspd.css index f5e65d3..17340a3 100644 --- a/webapi/public/css/vspd.css +++ b/webapi/public/css/vspd.css @@ -8,6 +8,10 @@ body { flex-direction: column; } +.navbar a { + text-decoration: none; +} + .page-content { flex: 1 0 auto; } diff --git a/webapi/templates/header.html b/webapi/templates/header.html index a2f7866..e93eda4 100644 --- a/webapi/templates/header.html +++ b/webapi/templates/header.html @@ -47,23 +47,21 @@