Replies: 1 comment 3 replies
-
I don't know what you've tried, but in this case your favourite browser is here to help. Screen.Recording.2023-12-01.at.22.09.08.mov---
title: "Quarto Playground"
format: html
include-in-header:
text: |
<style type="text/css">
h2, .h2 {
border-bottom: none;
}
</style>
---
This is a playground for Quarto.
## Hello World |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Description
Basically, there is a horizontal (light gray) line above all h2 in my quarto book. There is also a border below the heading which is fine.
This seems like it should be easy with css but I am unable to remove it. I've tried css for container, level2, anchor, etc.. with border-bottom set to none... to no avail.
Thanks for any advice.
Beta Was this translation helpful? Give feedback.
All reactions