summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index d88512d..0000000
--- a/style.css
+++ /dev/null
@@ -1,36 +0,0 @@
-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;
-
-}