From a6c32d55ddc88d3b7e70ef5ea47bf64060f1f04a Mon Sep 17 00:00:00 2001 From: FatmaElgaml Date: Tue, 4 Nov 2025 18:47:38 +0200 Subject: [PATCH] Add Dark Theme --- community-themes/dark-theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community-themes/dark-theme.css diff --git a/community-themes/dark-theme.css b/community-themes/dark-theme.css new file mode 100644 index 0000000..ed20749 --- /dev/null +++ b/community-themes/dark-theme.css @@ -0,0 +1,8 @@ +body { + background: #111; + color: #fff; +} + +a { + color: #4caf50; +}