From 9bb45cd896615ff7995e15eb52932b5e97237d77 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Mar 2016 07:23:18 -0500 Subject: [PATCH] update bloodgod theme --- contrib/static/bloodgod.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/static/bloodgod.css b/contrib/static/bloodgod.css index aead243..71ea8b4 100644 --- a/contrib/static/bloodgod.css +++ b/contrib/static/bloodgod.css @@ -17,7 +17,7 @@ input[type="button"] { } .navbar { - background: #4E0000; + background: #980000; color: black; } @@ -66,4 +66,6 @@ table tbody tr:nth-of-type( even ) { table thead th { color: #6B1919; + background: #430000; + border-color: #270000; }