Mirror/docs/_sass/_bootstrap_customization.scss

19 lines
187 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
}
html {
scroll-behavior: smooth;
2018-12-21 02:41:39 +00:00
}