Mirror/docs/_sass/_bootstrap_customization.scss

23 lines
290 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
}
2018-12-21 02:41:39 +00:00
h1[id]:before, h2[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
2018-12-21 02:41:39 +00:00
}