hugo-scroll icon indicating copy to clipboard operation
hugo-scroll copied to clipboard

hr line doesn't show in sections with light background

Open githubmonkey opened this issue 2 years ago • 1 comments

This is a very minor issue but I just wanted to let you know that the <hr> separator lines show in an odd section (with colored background) but not on an even one.

I solved it with this small addition in my custom_header.html

     hr { border-top: 1px solid #888888; }
     .odd hr { border-top: 1px solid #efefef; }

githubmonkey avatar Jun 02 '22 09:06 githubmonkey

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 10 '22 03:08 stale[bot]

will probably be fixed in #4

zjedi avatar Mar 24 '23 20:03 zjedi

@githubmonkey now fixed at master

zjedi avatar Apr 04 '23 20:04 zjedi