Files
essence/scss/bootstrap/_reboots.scss

11 lines
158 B
SCSS

body {
background-color: $body-background-color; // Off white
}
a.link-invert {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}