summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..c2159e6
--- /dev/null
+++ b/style.css
@@ -0,0 +1,16 @@
+body {
+ font-family: sans-serif;
+}
+a {
+ text-decoration: none;
+}
+th {
+ position: sticky;
+ top: 0;
+ background: gainsboro;
+}
+td:first-of-type { text-align: center; }
+.status-voting { background: #baf; }
+.status-proposed { background: #eef; }
+.status-approved { background: #dfd; }
+.status-rejected { background: #fbb; }