Skip to content

Commit

Permalink
Enhanced the text visibility in light mode (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
isid555 authored Dec 9, 2024
1 parent 0b221b4 commit 6fb7d3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,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;
}
Expand Down

0 comments on commit 6fb7d3e

Please sign in to comment.