Skip to content

Commit

Permalink
Revert "fix distill hyperlink color (alshedivat#1113)"
Browse files Browse the repository at this point in the history
This reverts commit aca95e5.
  • Loading branch information
rmkeeffe committed Jan 13, 2024
1 parent aca95e5 commit 1d284a1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions _sass/_distill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ d-byline a, d-article d-byline a {

d-article {
border-top-color: var(--global-divider-color) !important;
p, h1, h2, h3, h4, h5, h6, li, table {
a, p, h1, h2, h3, h4, h5, h6, li, table {
color: var(--global-text-color) !important;
}
h1, h2, hr, table, table th, table td {
a, h1, h2, hr, table, table th, table td {
border-bottom-color: var(--global-divider-color) !important;
}
a {
color: var(--global-theme-color) !important;
&:hover {
color: var(--global-theme-color) !important;
}
a:hover {
border-bottom-color: var(--global-hover-color) !important;
}
b i {
display: inline;
Expand Down

0 comments on commit 1d284a1

Please sign in to comment.