summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..d88512d
--- /dev/null
+++ b/style.css
@@ -0,0 +1,36 @@
+body {
+ padding: 1em;
+ background-color: #202020;
+ color: #bbbbbb;
+}
+
+a,p,td,th,li {
+ color: #bbbbbb;
+}
+
+h1,h2,h3,h4 {
+ background-color: #202020;
+ color: #b8ddea;
+}
+
+th, td {
+ border: 1px solid #bbbbbb;
+ padding: 0.5em;
+}
+
+th {
+ font-weight: bold;
+}
+
+.pass {
+ background-color: #004400;
+}
+
+.fail {
+ background-color: #aa0000;
+}
+
+.warning {
+ background-color: #aa4400;
+
+}