increase headline title font sizes a bit
This commit is contained in:
parent
1d3cbe31c3
commit
ef8e54a16d
|
@ -117,6 +117,7 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
|
||||||
div.cdm.expandable div.cdmHeader a.title {
|
div.cdm.expandable div.cdmHeader a.title {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
color : #555;
|
color : #555;
|
||||||
|
font-size : 14px;
|
||||||
-webkit-transition : color 0.2s;
|
-webkit-transition : color 0.2s;
|
||||||
transition : color 0.2s;
|
transition : color 0.2s;
|
||||||
}
|
}
|
||||||
|
@ -127,6 +128,7 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
|
||||||
|
|
||||||
div.cdm.expandable.active div.cdmHeader a.title {
|
div.cdm.expandable.active div.cdmHeader a.title {
|
||||||
color : #4684ff;
|
color : #4684ff;
|
||||||
|
font-size : 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdm.expanded div.cdmHeader {
|
div.cdm.expanded div.cdmHeader {
|
||||||
|
@ -134,7 +136,7 @@ div.cdm.expanded div.cdmHeader {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdm.expanded div.cdmHeader a.title {
|
div.cdm.expanded div.cdmHeader a.title {
|
||||||
font-size : 14px;
|
font-size : 16px;
|
||||||
color : #999;
|
color : #999;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
-webkit-transition : color 0.2s;
|
-webkit-transition : color 0.2s;
|
||||||
|
@ -271,7 +273,7 @@ div#floatingTitle span.author {
|
||||||
}
|
}
|
||||||
|
|
||||||
div#floatingTitle a.title {
|
div#floatingTitle a.title {
|
||||||
font-size : 14px;
|
font-size : 16px;
|
||||||
color : #999;
|
color : #999;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
-webkit-transition : color 0.2s;
|
-webkit-transition : color 0.2s;
|
||||||
|
|
Loading…
Reference in New Issue