Skip to content

Commit

Permalink
Make appcast h1 underline padded better
Browse files Browse the repository at this point in the history
What's New page's CSS already has this padding but I forgot to add it to
appcast styles.
  • Loading branch information
ychin committed Jul 10, 2023
1 parent 64b5621 commit c55ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appcast/_appcast_style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<style>
:root { supported-color-schemes: light dark; color-scheme: light dark; }
h1 { border-bottom: 1px solid gray; }
h1 { padding-bottom: .3em; border-bottom: 1px solid gray; }
</style>

0 comments on commit c55ab8e

Please sign in to comment.