style: improve header anchor styling
This commit is contained in:
parent
a0da04d298
commit
50c3b5ab0a
@ -42,15 +42,15 @@ h1, h2, h3, h4, h5, h6, thead {
|
|||||||
padding: 2rem auto 1rem;
|
padding: 2rem auto 1rem;
|
||||||
|
|
||||||
&:hover > .hanchor {
|
&:hover > .hanchor {
|
||||||
opacity: 1;
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hanchor {
|
.hanchor {
|
||||||
font-family: var(--font-header);
|
font-family: var(--font-header);
|
||||||
opacity: 0.2;
|
opacity: 0.8;
|
||||||
transition: opacity 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
color: var(--secondary);
|
color: var(--dark);
|
||||||
}
|
}
|
||||||
|
|
||||||
p, ul, text, a, tr, td, li, ol, ul {
|
p, ul, text, a, tr, td, li, ol, ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user