diff --git a/scss/bootstrap/_reboots.scss b/scss/bootstrap/_reboots.scss index a3c3470..a47263d 100644 --- a/scss/bootstrap/_reboots.scss +++ b/scss/bootstrap/_reboots.scss @@ -1,3 +1,11 @@ body { background-color: $body-background-color; // Off white +} + +a.link-invert { + text-decoration: none; + + &:hover { + text-decoration: underline; + } } \ No newline at end of file