From 560a8b70fd1fcedab4e52c7d31636a6036ce9a7d Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:24:15 +0100 Subject: [PATCH] Add files via upload --- bookface/bookface.css | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/bookface/bookface.css b/bookface/bookface.css index 15946b2..58b561b 100644 --- a/bookface/bookface.css +++ b/bookface/bookface.css @@ -106,11 +106,10 @@ header #banner { right: auto !important; } -header #banner #logo-img, -.navbar-brand #logo-img { - background-color: var(--link-color) !important; - height: 38px !important; - width: 38px !important; +header #banner #logo-img, .navbar-brand #logo-img { + background-color: #0866FF !important; + height: 38px !important; + width: 38px !important; } .topbar ul.nav { @@ -212,17 +211,6 @@ header #banner #logo-img, border-bottom: 1px solid #e1e1e1; } -header #banner #logo-img, .navbar-brand #logo-img { - background-color: #0866FF !important; - height: 40px !important; - width: 40px !important; -} - -#topbar-first .nav > li > a.selected { - border-bottom: 3px solid #0866FF !important; - color: #0866FF !important; -} - .btn.btn-primary:hover, .btn.btn-primary:focus { border-radius: 8px !important; @@ -273,9 +261,6 @@ header #banner #logo-img, .navbar-brand #logo-img { margin-top: 10px; } -Element { - display: block; -} #back-to-top { display: none; cursor: pointer;