Mirror/docs/_sass/_bootstrap_customization.scss
2018-12-20 19:29:24 -06:00

24 lines
280 B
SCSS

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