Skip to content

Commit

Permalink
fix(post-summary): revert link color change
Browse files Browse the repository at this point in the history
This forced `--blue-*` colors for watched post summary links on themed sites
  • Loading branch information
dancormier committed Sep 7, 2022
1 parent effa09d commit 515ba1b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions lib/css/components/post-summary.less
Expand Up @@ -306,27 +306,11 @@
.s-post-summary__watched {
background-color: var(--yellow-050);

.s-post-summary--content-title > a {
color: var(--blue-700);

&:hover,
&:active{
color: var(--blue-700);
}
&:visited {
color: var(--blue-800);
}
}

.s-post-summary--stats {
color: var(--black-500);
}

.s-user-card {
.s-user-card--link {
color: var(--blue-700);
}

.s-user-card--rep,
.s-user-card--time {
color: var(--black-600);
Expand Down

0 comments on commit 515ba1b

Please sign in to comment.