Fixes link colors on comment pages

This commit is contained in:
Andrew Gioia 2023-01-03 17:45:52 +00:00
parent 13ee881871
commit 15eb127426
1 changed files with 35 additions and 20 deletions

View File

@ -59,13 +59,26 @@ 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,
.admin td,
.subtext a:link,
@ -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;
}
}