11 lines
158 B
SCSS
11 lines
158 B
SCSS
body {
|
|
background-color: $body-background-color; // Off white
|
|
}
|
|
|
|
a.link-invert {
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
} |