Skip to content

Commit

Permalink
Makes all horizontal lines dotted
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Nov 26, 2024
1 parent 270e0f0 commit f281e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: {{ site.colors.highlight }}; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }
hr { border: dotted #ddd; border-width: 1px 0 0; clear: both; margin: 30px 0 30px; height: 0; }


/* #Links
Expand Down

0 comments on commit f281e85

Please sign in to comment.