1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

increase contrast of various gray elements

This commit is contained in:
Andrew Dolgov
2013-05-14 15:50:23 +04:00
parent ee71a9ff69
commit 81aa9e2b11
3 changed files with 37 additions and 37 deletions

22
cdm.css
View File

@@ -20,7 +20,7 @@ div.cdmHeader > span {
}
div.cdmHeader span.updated {
color : gray;
color : #555;
font-weight : normal;
font-size : 11px;
white-space : nowrap;
@@ -59,7 +59,7 @@ div.cdmContentInner img {
div.cdmFooter {
padding : 5px;
font-weight : normal;
color : gray;
color : #555;
clear : both;
}
@@ -99,7 +99,7 @@ div.cdm.expandable.active {
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : gray;
color : #555;
}
div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -116,7 +116,7 @@ div.cdm.expanded div.cdmHeader {
div.cdm.expanded div.cdmHeader a.title {
font-size : 14px;
color : gray;
color : #555;
font-weight : bold;
}
@@ -130,7 +130,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
}
div.cdm.expanded div.cdmContent {
color : gray;
color : #555;
}
div.cdm.expanded.Unread div.cdmContent {
@@ -143,14 +143,14 @@ div.cdm.active div.cdmContent {
span.cdmExcerpt {
font-size : 11px;
color : gray;
color : #555;
font-weight : normal;
cursor : pointer;
}
div.cdmContent div.postEnclosures {
margin-top : 1em;
color : gray;
color : #555;
}
div.cdmFeedTitle {
@@ -163,13 +163,13 @@ div.cdmFeedTitle {
}
div.cdmFeedTitle a.title {
color : gray;
color : #555;
font-style : italic;
font-weight : bold;
}
div.cdmFeedTitle a {
color : gray;
color : #555;
}
div.cdmFeedTitle a:hover {
@@ -184,7 +184,7 @@ div.cdmHeader span.hlFeed {
div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
color : gray;
color : #555;
font-weight : normal;
font-style : italic;
font-size : 11px;
@@ -205,7 +205,7 @@ div.cdmContentInner iframe {
}
div.cdmHeader span.author {
color : gray;
color : #555;
font-size : 11px;
font-weight : normal;
}