Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dark-Mode-
This program allows the user to change between dark and light modes of the screen.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
text-align: center;
font-size: 2.5rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-family: 'Montserrat', sans-serif;
}
.btn
{
Expand All @@ -25,15 +25,15 @@
justify-content:space-evenly;
align-items: center;
outline: none;
margin-top: 2rem;
margin-top: 10rem;
}
button
{
padding: 0.8rem;
font-size: 1.2rem;
border-radius: 22px;
border-radius: 40px;
font-weight: bold;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-family: 'Montserrat', sans-serif;
}
button:hover
{
Expand Down