summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index ba507d6..aaec07e 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -2,6 +2,9 @@ body {
background: #05456a url("background.jpg") top center no-repeat;
font: 10pt Verdana;
}
+a {
+ color: #05456a;
+}
#wrapper {
width: 1024px;
margin: 0 auto;