about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 80a6c38..bbf93a7 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -86,16 +86,20 @@ table {
   outline: none;
 }
 
-th, td{
-  padding-left: 0.7em;
+td{
   padding-right: 0.7em;
   padding-top: 0.4em;
   padding-bottom: 0.4em;
 }
 thead {
-  background-color: #ebdbb2;
+    color: #000;
+    font-style: bold;
+    text-align: left;
+}
+table, th, td {
+    font-family: monospace;
+    color: #000;
 }
-table, th, td {border: 1px solid black}
 
 blockquote {
   font-size: 1.125em;