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; }" 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; }