Skip to content

Commit

Permalink
revert: Lighter styling on internal iref links (#1060)
Browse files Browse the repository at this point in the history
This reverts: "feat: Lighter styling on internal iref links (#963)"
See https://mailarchive.ietf.org/arch/msg/rsab/F9QOvdVX2amsX1bgR4DGVTzQat8/

This reverts commit dbdda51.

Fixes #1058
  • Loading branch information
kesara authored Dec 11, 2023
1 parent 161abdf commit 74079a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ a[href]:hover {
background-color: #f2f2f2;
}
figcaption a[href],
a[href].selfRef,
.iref + a[href].internal {
a[href].selfRef {
color: #222;
}
/* XXX probably not this:
Expand Down

0 comments on commit 74079a2

Please sign in to comment.