From cbe0ce3f364a16ca12419532505b6e3cde974b57 Mon Sep 17 00:00:00 2001 From: Alex Korzhikov Date: Sun, 4 Apr 2021 15:05:42 +0200 Subject: [PATCH] fixes on scroll revert invert ing logo invert conf logo white space none small powered by color fix --- css/custom.css | 15 ++++++++++++--- index.html | 4 ++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/css/custom.css b/css/custom.css index de1746d..0c63420 100644 --- a/css/custom.css +++ b/css/custom.css @@ -15,7 +15,7 @@ padding-top: 1em; } .navbar-2nd-logo p { - color: #fff; + color: rgba(255, 255, 255, 0.5); font-size: .5em; text-align: right; line-height: 120%; @@ -27,8 +27,17 @@ padding-left: 12px; } .navbar-fixed-top .navbar-2nd-logo p { - color: #000; + color: rgba(0, 0, 0, 0.5); +} + +.navbar-fixed-top .navbar-brand { + white-space: nowrap; + margin-left: -30px; +} + +.navbar-fixed-top .navbar-brand img { + filter: invert(100%); } .navbar-fixed-top .navbar-2nd-logo img { - filter: invert(100%); + /* filter: invert(100%); */ } \ No newline at end of file diff --git a/index.html b/index.html index e1bf217..fcb72f1 100644 --- a/index.html +++ b/index.html @@ -68,11 +68,11 @@
  • Tickets
  • CoC
  • - +