Skip to content

Commit

Permalink
CSS error fix (#639)
Browse files Browse the repository at this point in the history
* CSS error fix
  • Loading branch information
fritzSF authored Oct 26, 2023
1 parent 5ef7a0b commit 92f229f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/article-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
.wire-articles__item__meta-info .bold {
color: var(--color-text--muted);
}
.wire-articles__wire-articles__item__metaitem__meta-info .bold {
.wire-articles__item__meta-info .bold {
font-weight: 600;
}
}
Expand Down Expand Up @@ -561,7 +561,7 @@
margin: 0;
.bold {
color: var(--color-text);
font-weight: 500;
font-weight: 600;
}
.versions-link {
color: var(--color-text-link);
Expand Down

0 comments on commit 92f229f

Please sign in to comment.