Fixes link colors on comment pages
This commit is contained in:
parent
13ee881871
commit
15eb127426
@ -59,13 +59,26 @@ textarea,
|
|||||||
p > a,
|
p > a,
|
||||||
a > u,
|
a > u,
|
||||||
.c00,
|
.c00,
|
||||||
.c00 a:link,
|
|
||||||
a[href="http://www.ycombinator.com/apply/"],
|
a[href="http://www.ycombinator.com/apply/"],
|
||||||
a[href="https://www.ycombinator.com/apply/"],
|
a[href="https://www.ycombinator.com/apply/"],
|
||||||
font[color="#000000"] {
|
font[color="#000000"] {
|
||||||
color: #dee2e6 !important;
|
color: #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fatitem a:link,
|
||||||
|
.comment a:link {
|
||||||
|
color: #e59a6d; /*#72aed4;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.reply a:link {
|
||||||
|
color: #dee2e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toptext a:link,
|
||||||
|
.commtext a:link {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.title,
|
.title,
|
||||||
.admin td,
|
.admin td,
|
||||||
.subtext a:link,
|
.subtext a:link,
|
||||||
@ -160,6 +173,7 @@ td.votelinks {
|
|||||||
margin: 6px 10px;
|
margin: 6px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .rotate180 changes the down arrow direction already */
|
||||||
.votearrow::after {
|
.votearrow::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -189,3 +203,4 @@ a.nosee .votearrow::after {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user