From 580571756d2b4411cb768fa243c5e919c72914fa Mon Sep 17 00:00:00 2001 From: Saimanjari777 Date: Wed, 15 May 2024 02:42:01 +0530 Subject: [PATCH] Logo changed and visible in dark mode I changed the logo and it is now visible in light mode and dark mode too. --- assets/css/style.css | 3 +-- index.html | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0546dcc42..3d648ea61 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -431,8 +431,7 @@ body { } .dark-mode .logopic{ - transition: all 5s ease-in-out; - mix-blend-mode: color-burn; + mix-blend-mode: normal; } diff --git a/index.html b/index.html index 7daf20acf..6773dcccc 100644 --- a/index.html +++ b/index.html @@ -58,8 +58,8 @@