From dd3fce423ed7ad019b49bb2dad58467b9e8383c3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Sep 2016 00:21:59 +0200 Subject: Use gevent to serve --- static/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/style.css (limited to 'static') 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; +} + -- cgit v1.2.3