From c0406d1710b9eb0b05793000b613d38e62a9369b Mon Sep 17 00:00:00 2001 From: isid555 Date: Mon, 9 Dec 2024 18:28:46 +0530 Subject: [PATCH 1/2] text_colour_in_light_mode --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 216f5f59c..e729750f4 100644 --- a/style.css +++ b/style.css @@ -100,6 +100,14 @@ input:checked+.slider:before { background-image: url(./assets/images/light.jpg); } +.dark-mode .paragraph { + color: #000080 ; +} +.dark-mode .comp-section .compcontainer h3 { + color:#000080 ; +} + + .dark-mode .navbar { background-color: #f493cf; box-shadow: 0 20px 16px 0 rgba(240, 161, 227, 0.37); @@ -438,6 +446,7 @@ section { z-index: 200; } + .comp-section .compcontainer h1 { font-family: Ubuntu; text-shadow: 2px 2px 10px var(--light); From b16505cb2dccefb93a5e0fb50d552fe8df1931c0 Mon Sep 17 00:00:00 2001 From: Rakesh Roshan Date: Mon, 9 Dec 2024 22:00:26 +0530 Subject: [PATCH 2/2] Few changes --- style.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/style.css b/style.css index e729750f4..55c742e9d 100644 --- a/style.css +++ b/style.css @@ -100,14 +100,6 @@ input:checked+.slider:before { background-image: url(./assets/images/light.jpg); } -.dark-mode .paragraph { - color: #000080 ; -} -.dark-mode .comp-section .compcontainer h3 { - color:#000080 ; -} - - .dark-mode .navbar { background-color: #f493cf; box-shadow: 0 20px 16px 0 rgba(240, 161, 227, 0.37); @@ -117,6 +109,14 @@ input:checked+.slider:before { background: linear-gradient(45deg, rgb(97, 189, 229), rgb(212, 22, 208)); } +.dark-mode .comp-section .compcontainer h3 { + color: #000080; +} + +.dark-mode .paragraph { + color: #000080; +} + .dark-mode .circle-container { color: pink; } @@ -446,7 +446,6 @@ section { z-index: 200; } - .comp-section .compcontainer h1 { font-family: Ubuntu; text-shadow: 2px 2px 10px var(--light);