Adjust heading anchor link focus outline style

This commit is contained in:
Leilukin 2024-05-20 19:45:09 +08:00 committed by Helen Chong
parent 2c0fdd6d2a
commit 8284b3db35

View File

@ -20,8 +20,8 @@
}
.heading-anchor:focus {
outline: 2px solid currentColor;
outline-offset: 0.15em;
outline: 0.15em solid currentColor;
outline-offset: 0.05em;
}
.heading-anchor [hidden] {