aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..1a595e6
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,10 @@
+body {
+ font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
+ color: #3E3E3E;
+ font-size: 12px;
+}
+
+p {
+ padding: 5px;
+}
+