Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-who-codes authored Dec 15, 2024
1 parent b16d6c1 commit 29f12e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ body.dark-mode #toggle-button:hover {

/* Dark Mode Styles */
body.dark-mode {
background-color: #131313;
background-color: #333;
color: white;
}

Expand Down Expand Up @@ -234,8 +234,8 @@ body.dark-mode #card-display button:hover {
}

#pack-selection {
width: 200px;
height: 190px;
width: 130px;
height: 80px;
font-size: 14px;
}

Expand Down Expand Up @@ -272,6 +272,8 @@ body.dark-mode #card-display button:hover {

#pack-selection {
font-size: 15px;
height: 60px;
width: 170px;
}

#toggle-button {
Expand Down

0 comments on commit 29f12e6

Please sign in to comment.