Skip to content

Commit

Permalink
Reverted dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmagnotti authored Feb 3, 2025
1 parent eeb8b25 commit 014a5a7
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,29 +177,4 @@ h3 {
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 0.375rem;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
color: #fff;
}

.card {
background-color: #1c1c1e;
}

code {
background-color: #2c2c2e;
}

.test-case {
background-color: #2c2c2e;
}

.btn-secondary {
background-color: #2c2c2e;
color: #fff;
}
}

0 comments on commit 014a5a7

Please sign in to comment.