1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:15:55 +00:00

fix link color in combined mode

This commit is contained in:
Andrew Dolgov
2006-01-09 14:59:38 +01:00
parent 06d1a1c158
commit 1a3eb77e52

View File

@@ -980,3 +980,12 @@ div.browserFeedInfo {
div.browserFeedInfo div.detailsPart {
margin : 5px 0px 5px 5px;
}
div.cdmContent a {
color : #5050aa;
}
div.cdmContent a:hover {
color : black;
}