Skip to content

Commit

Permalink
fix: properly theme hr element (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Sep 22, 2024
1 parent ac84329 commit 90d4392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/catppuccin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
}
hr {
color: map-get($colour, "surface2");
border-color: map-get($colour, "surface2");
border-style: solid;
}
del {
color: map-get($colour, "overlay2");
Expand Down

0 comments on commit 90d4392

Please sign in to comment.