Mirror/docs/_sass/_bootstrap_customization.scss
Paul Pacheco 9f295e2ebf Smooth scrolling
Navigating anchors now scrolls smoothly to the anchors,  this helps usability by having visual feedback of where the previous location was
2018-12-20 22:28:41 -06:00

27 lines
329 B
SCSS

.highlighter-rouge {
background-color: $gray-200;
}
h1 {
color: maroon;
}
h2 {
color: darkslateblue
}
a:visited {
color: purple
}
h1[id]:before, h2[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
html {
scroll-behavior: smooth;
}