From c5a7ad3ad7d4163d87313031022f913d71de2a81 Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetcov Date: Thu, 1 Apr 2021 20:50:51 +0200 Subject: [PATCH] add invertion when scrolled --- css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/custom.css b/css/custom.css index 5d3425c..de1746d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -25,4 +25,10 @@ float: right; max-width: 70%; padding-left: 12px; +} +.navbar-fixed-top .navbar-2nd-logo p { + color: #000; +} +.navbar-fixed-top .navbar-2nd-logo img { + filter: invert(100%); } \ No newline at end of file