about summary refs log tree commit diff stats
path: root/www/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/main.css')
-rw-r--r--www/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/main.css b/www/main.css
new file mode 100644
index 0000000..1471c28
--- /dev/null
+++ b/www/main.css
@@ -0,0 +1,15 @@
+body {
+	background-color: black;
+	color: pink;
+	font-family: monospace;
+}
+a,a:hover,a:visited {
+	color: pink;
+}
+div .header, header {
+	color: pink;
+}
+div .footer, footer {
+	float: right;
+	text-transform: lowercase;
+}