Skip to content

Commit

Permalink
Update post dividers borders
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 29, 2024
1 parent 475944a commit 9ff3f4f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/janek/redesign.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ body {
border-bottom-left-radius: $tile-radius;
border-bottom-right-radius: $tile-radius;
}

.designer-post-header,
.designer-post-footer {
@include light {
border-color: $tile-border-color-light;
}
@include dark {
border-color: $tile-border-color-dark;
}
}
}

.designer-aside {
Expand Down

0 comments on commit 9ff3f4f

Please sign in to comment.