Mirror/docs/_sass/_bootstrap_customization.scss

24 lines
280 B
SCSS
Raw Normal View History

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