From 8f0c595beb95c43add78f95e313a611cd1993e46 Mon Sep 17 00:00:00 2001 From: saumya yadav Date: Mon, 21 Oct 2024 16:00:29 +0530 Subject: [PATCH] blog section dark mode update --- blog.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/blog.html b/blog.html index 7081cc3..17ff43f 100644 --- a/blog.html +++ b/blog.html @@ -69,8 +69,19 @@ } .btn:hover { background-color: #ff6347; + color: #151515; transform: scale(1.05); } + [data-theme="dark"] { + --background-color: #151515; + --text-color: #ffffff; + .site-title{ + color: #ff6b51; + } + #mode-label{ + color: white; + } +} @@ -255,6 +266,6 @@

Ice Cream Social: Hosting the Perfect Party

domain="www.chatbase.co" defer> - + \ No newline at end of file