No underline or mouse change on headings

This commit is contained in:
Igor Támara 2025-11-07 23:41:20 -05:00 committed by CJ van den Berg
parent 3b93f62ccd
commit b87fb9dfbc

View file

@ -104,6 +104,12 @@ h3 {
h4 {
font-size: 1.6rem;
}
:is(h1, h2, h3, h4, h5, h6) a {
text-decoration: none;
cursor: default;
}
hr {
position: relative;
display: block;