summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/local.css b/local.css
index ce2b3f47..d1df3414 100755
--- a/local.css
+++ b/local.css
@@ -23,6 +23,17 @@ pre, tt, code {
monospace;
}
+/* Links */
+a {
+ color: #3E5F81;
+}
+a:hover {
+ color:#D52;
+}
+a:visited {
+ color:#D52;
+}
+
/* Div with the full Header */
.pageheader {
background-color: #3e5f81;