From e7b116051e0e07f932b6f880daef4bfecbb73c21 Mon Sep 17 00:00:00 2001 From: Mohamed Tamer Date: Sun, 2 Nov 2025 11:47:38 +0200 Subject: [PATCH 1/2] Change MO-dark-theme background color to white --- community-themes/MO-dark-theme.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 community-themes/MO-dark-theme.css diff --git a/community-themes/MO-dark-theme.css b/community-themes/MO-dark-theme.css new file mode 100644 index 0000000..8122bf9 --- /dev/null +++ b/community-themes/MO-dark-theme.css @@ -0,0 +1 @@ ++".mohamed-theme { background-color: #ffffff; color: #ffc0cb; }" From 1c4acb7d2b70b3eb3050a262ae7f01d34e141ba9 Mon Sep 17 00:00:00 2001 From: mohamed Date: Sun, 2 Nov 2025 12:13:44 +0200 Subject: [PATCH 2/2] Add light theme with white background --- community-themes/light-theme.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 community-themes/light-theme.css diff --git a/community-themes/light-theme.css b/community-themes/light-theme.css new file mode 100644 index 0000000..a1ca1ad --- /dev/null +++ b/community-themes/light-theme.css @@ -0,0 +1 @@ +body { background-color: white; color: black; }