aboutsummaryrefslogtreecommitdiff
path: root/static/styles/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles/main.css')
-rw-r--r--static/styles/main.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/static/styles/main.css b/static/styles/main.css
index 3523c5c..c7fdf59 100644
--- a/static/styles/main.css
+++ b/static/styles/main.css
@@ -15,18 +15,32 @@
font-family: "Open Sans", sans-serif;
}
+body {
+ background-color: black;
+ color: white;
+}
+
+a:visited {
+ color:violet;
+}
+
+a:link, a.no-visited-indication {
+ color: lightskyblue;
+}
+
table {
width: 100%;
border-collapse: collapse;
- border: 1px solid black;
+ border: 1px solid white;
}
th, td {
- border: 1px solid black;
+ border: 1px solid white;
}
span.tag {
- background-color: palegoldenrod;
+ background-color: lightgreen;
+ color: black;
}
.hover-help {