From 63cf49a1f12f91d6e997187c0dfcfb5b355569ed Mon Sep 17 00:00:00 2001 From: esraa-ali866 Date: Fri, 31 Oct 2025 04:09:49 +0200 Subject: [PATCH] add theme --- community-themes/esraa-theme.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community-themes/esraa-theme.css diff --git a/community-themes/esraa-theme.css b/community-themes/esraa-theme.css new file mode 100644 index 0000000..6573058 --- /dev/null +++ b/community-themes/esraa-theme.css @@ -0,0 +1,5 @@ +body { + background-color: #ecd7d7; + color: #382b2b; + +} \ No newline at end of file