Skip to content

Commit

Permalink
correcting colour of intro-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamSupekar committed Aug 29, 2024
1 parent e2b181d commit a5e6fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DarkMode.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ body.dark-mode .hero {

body.dark-mode .intro-text {
color: #f5f5f5; /* Very light gray for paragraph text */
background: rgba(0, 0, 0, 0.8); /* Semi-transparent dark background */
background: rgba(18, 15, 15, 0.581); /* Semi-transparent dark background */
box-shadow: 0 8px 15px rgba(255, 255, 255, 0.1); /* Subtle white shadow */
}

Expand Down

0 comments on commit a5e6fb1

Please sign in to comment.