From 7dbb56141b56b3f53095fcfed5902d07fa0532fd Mon Sep 17 00:00:00 2001 From: mansi066 Date: Thu, 7 Nov 2024 17:18:13 +0530 Subject: [PATCH] Add dark theme --- projects/InspoMap/index.html | 20 ++++++++++++++++++-- projects/InspoMap/style.css | 3 +++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/projects/InspoMap/index.html b/projects/InspoMap/index.html index 7593cd1a3..d4c83caa9 100644 --- a/projects/InspoMap/index.html +++ b/projects/InspoMap/index.html @@ -4,9 +4,25 @@ + + InspoMap - - +
+

InspoMap

Explore new regions each day for daily inspiration!

diff --git a/projects/InspoMap/style.css b/projects/InspoMap/style.css index 048648e6c..6f0e46ad1 100644 --- a/projects/InspoMap/style.css +++ b/projects/InspoMap/style.css @@ -8,6 +8,9 @@ body { h1 { color: #34495e; } +[data-theme="dark"] h2{ + color:black; +} /* Map styling */ .map {