Fixes link colors on comment pages
This commit is contained in:
parent
13ee881871
commit
15eb127426
@ -59,11 +59,24 @@ textarea,
|
||||
p > a,
|
||||
a > u,
|
||||
.c00,
|
||||
.c00 a:link,
|
||||
a[href="http://www.ycombinator.com/apply/"],
|
||||
a[href="https://www.ycombinator.com/apply/"],
|
||||
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,
|
||||
@ -160,6 +173,7 @@ td.votelinks {
|
||||
margin: 6px 10px;
|
||||
}
|
||||
|
||||
/* .rotate180 changes the down arrow direction already */
|
||||
.votearrow::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
@ -189,3 +203,4 @@ a.nosee .votearrow::after {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user