From b864d1f4ab51b725d1a60fe2c86cc27d2a00864b Mon Sep 17 00:00:00 2001 From: "gitauto-for-dev[bot]" <160085510+gitauto-for-dev[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:36:00 +0000 Subject: [PATCH] Update styles/dark-mode.css. --- styles/dark-mode.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 styles/dark-mode.css diff --git a/styles/dark-mode.css b/styles/dark-mode.css new file mode 100644 index 0000000..e1a3e18 --- /dev/null +++ b/styles/dark-mode.css @@ -0,0 +1,10 @@ +body.dark-mode { + background-color: #121212; + color: #e0e0e0; +} + +button { + background-color: #333; + color: #fff; + border: none; +} \ No newline at end of file