Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMohammadPX authored Oct 23, 2024
1 parent 205d288 commit cd704fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* Light mode colors and properties */
--bg-color: #f5f7fa;
--text-color: #2d3748;
--board-bg: #ffffff;
--board-bg: #f0f0f0;
--cell-bg: #edf2f7;
--cell-hover: #e2e8f0;
--btn-bg: #4299e1;
Expand Down Expand Up @@ -473,4 +473,4 @@ a:visited {
.container {
display: none;
}
}
}

0 comments on commit cd704fc

Please sign in to comment.