summaryrefslogtreecommitdiffstats
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000..2354e77
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,16 @@
+body
+{
+ text-align: center;
+ color: #ccc;
+ background-color: #000;
+}
+
+a
+{
+ color: #777;
+}
+
+a:hover
+{
+ color: #999;
+}