diff --git a/sass/style.scss b/sass/style.scss index 107d63e..76fe762 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,4 +1,5 @@ $primary: #d22d40; +$secondary: #8cc04b; $logo-diameter: 20mm; // No less than 15mm as per usage regulations body { @@ -119,6 +120,15 @@ body { line-height: 1.5em; text-align: justify; + a { + color: $primary; + text-decoration: none; + + &:hover { + color: $secondary; + } + } + h2, h3, h4, h5, h6, .title { margin: 2em 0 1em 0; text-align: left;