Faint grey line under horizontal ruler #5982
Unanswered
rkelleyrtp
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We use mkdocs-material/src/assets/stylesheets/main/_typeset.scss Lines 152 to 156 in 2ba3538 Thus, this should do the trick: .md-typeset hr {
display: block;
height: 51px;
border: 0;
border-bottom: 1px solid #ADF;
margin: 1em 0;
padding: 0;
} Note that you should scope your rules in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings all,
I am trying to use some custom CSS code to tailor the horizontal ruler using the material theme. However, I keep seeing a faint grey line at the bottom of the ruler. How can I disable/remove that line? I searched the scss files for any reference to horizontal ruler definitions but could not find any. I am still learning CSS so I probably just missed it somewhere.
As an exaggerated example:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions