1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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;
}