From 83db5f918da692f13bd0fd886caf5374337e1d00 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 7 Jun 2016 17:11:08 +0200 Subject: pool --- static/pool.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 static/pool.css (limited to 'static/pool.css') diff --git a/static/pool.css b/static/pool.css new file mode 100644 index 0000000..98fde49 --- /dev/null +++ b/static/pool.css @@ -0,0 +1,14 @@ +body { background: #fff; color: #fff} + +td { + background:#eee; + color: #000; + padding: 2em; + font-weight: bold; + font-size: 1.2em; + text-align:center; +} + +td:hover { + background: #fff +} -- cgit v1.2.3