From 014a5a74c7e89dffe550473516313de6c9ee6914 Mon Sep 17 00:00:00 2001 From: David Magnotti <78613347+davidmagnotti@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:45:28 -0500 Subject: [PATCH] Reverted dark mode --- styles.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/styles.css b/styles.css index 99b5914..d351bdd 100644 --- a/styles.css +++ b/styles.css @@ -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; - } } \ No newline at end of file