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