summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cdm.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/cdm.css b/cdm.css
index 3798b45df..0b4e2f01c 100644
--- a/cdm.css
+++ b/cdm.css
@@ -33,6 +33,14 @@ div.cdmContent {
font-weight : normal;
}
+div.cdmContent a {
+ color : #4684ff;
+}
+
+div.cdmContent a:hover {
+ color : black;
+}
+
div.cdmContentInner {
margin : 0px 10px 10px 10px;
}