Skip to content

Commit

Permalink
Merge pull request #101 from PATILYASHH/main
Browse files Browse the repository at this point in the history
Color fixed
  • Loading branch information
ANSHIKA-26 authored Oct 2, 2024
2 parents 058c926 + 15cf44f commit 2606c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
1 change: 1 addition & 0 deletions darkMode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ checkbox.addEventListener('change', () => {
modeLabel.textContent = 'Light Mode'
}
})
rgb(255, 255, 255)
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ a {
}

*>* {
color: white;
font-weight: 700;
box-sizing: border-box;
}

Expand Down Expand Up @@ -273,6 +275,7 @@ a {
.text-title {
font-family: 'Nunito Sans', sans-serif;
font-weight: bold;
color: white;
}

.text-title:hover {
Expand Down Expand Up @@ -322,6 +325,7 @@ a {
font-weight: bold;
align-self: center;
font-size: 32px;
color: wheat;
}

.collapse {
Expand All @@ -333,7 +337,7 @@ a {
padding: 2px;
font-size: 18px;
margin: 7px;
color: var(--dark);
color: var(--white);
font-family: 'Ubuntu', sans-serif;
}

Expand Down

0 comments on commit 2606c5d

Please sign in to comment.