diff --git a/assets/style/style.css b/assets/style/style.css index 03b47a4..db45a87 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -199,8 +199,10 @@ img { text-decoration: none; } -.anchor:visited, .anchor:link, .anchor:active { - color: var(--boatYellow2) +.anchor:visited, +.anchor:link, +.anchor:active { + color: var(--boatYellow2); } h1, @@ -254,6 +256,11 @@ a:visited { color: var(--oniViolet); } +/* Ensure header anchor, when clicked, is not hidden by Navbar */ +a.anchor { + scroll-margin-top: 60px; +} + blockquote { background-color: var(--sumiInk1); padding: 10px;