No underline or mouse change on headings
This commit is contained in:
parent
3b93f62ccd
commit
b87fb9dfbc
1 changed files with 6 additions and 0 deletions
|
|
@ -104,6 +104,12 @@ h3 {
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:is(h1, h2, h3, h4, h5, h6) a {
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue