mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
9f295e2ebf
Navigating anchors now scrolls smoothly to the anchors, this helps usability by having visual feedback of where the previous location was
27 lines
329 B
SCSS
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;
|
|
} |