make sure links in CDM content are visible
This commit is contained in:
parent
9bfb11ed8e
commit
622586166a
1 changed files with 8 additions and 0 deletions
8
cdm.css
8
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue