Skip to content

Commit

Permalink
Fix: (.content-container .divider) background
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Sep 15, 2023
1 parent c95960d commit 3c0e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/theme-css/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.content-container .divider {
height: 3px;
border-radius: 50px;
background: var(--colorTextAlt);
background: var(--colorText);
width: 60px;
&.is-centered {
margin: 0 auto;
Expand Down

0 comments on commit 3c0e3d0

Please sign in to comment.