12 lines
218 B
CSS
12 lines
218 B
CSS
h1:hover .anchor,
|
|
h2:hover .anchor,
|
|
h3:hover .anchor,
|
|
h4:hover .anchor,
|
|
h5:hover .anchor,
|
|
h6:hover .anchor {
|
|
display: inline-flex;
|
|
color: var(--secondary);
|
|
margin-inline-start: 8px;
|
|
font-weight: 500;
|
|
}
|