Skip to content

Commit

Permalink
Create dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhams11-gt authored Oct 15, 2022
1 parent c1fcf8d commit 400f8df
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dark-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.dark-mode {
background-color: black;
color: #000;
}
body {
background-color: white;
/* color: black; */
}
.dark-mode-button {
padding-left: 20px;
border: none;
background: none;
}

0 comments on commit 400f8df

Please sign in to comment.