mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
Added missing rule to render external links in comments differently.
This commit is contained in:
parent
436b86b234
commit
09edf16128
@ -226,7 +226,7 @@ h3, h4, h5, h6 {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.post-body .external-link {
|
||||
.post-body .external-link, .post-comments .external-link {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -400,4 +400,4 @@ h1.answers {
|
||||
|
||||
.importinprogress .subinfo, .errormessage .subinfo {
|
||||
color: #999999;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user