Adjust heading anchor link focus outline style

This commit is contained in:
Helen Chong 2024-05-20 19:45:09 +08:00
parent 5e4bd94c26
commit be9dbd2430
1 changed files with 2 additions and 2 deletions

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] {