summaryrefslogtreecommitdiff
path: root/share/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/static/css/style.css')
-rw-r--r--share/static/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index f2ded524..bc986e57 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -56,6 +56,10 @@ header .right ul li {
cursor: pointer;
}
+a.button:visited {
+ color: #ffffff;
+}
+
.close-button {
color: #ffffff;
background-color: #c90c0c;
@@ -222,3 +226,12 @@ li.info {
color: #666666;
margin: 0 0 20px 0;
}
+
+a {
+ text-decoration: none;
+ color: #1c1ca0;
+}
+
+a:visited {
+ color: #601ca0;
+} \ No newline at end of file