Mirror/docs/_sass/_bootstrap_customization.scss
2018-12-22 22:21:55 -06:00

19 lines
187 B
SCSS

.highlighter-rouge {
background-color: $gray-200;
}
h1 {
color: maroon;
}
h2 {
color: darkslateblue
}
a:visited {
color: purple
}
html {
scroll-behavior: smooth;
}