diff options
Diffstat (limited to 'templates/sass/_front.sass')
-rw-r--r-- | templates/sass/_front.sass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/sass/_front.sass b/templates/sass/_front.sass index 4448941..0c50530 100644 --- a/templates/sass/_front.sass +++ b/templates/sass/_front.sass @@ -9,6 +9,11 @@ body margin: auto overflow: hidden +a + &.link + text-decoration: none + color: #3895ea + /* ---- ---- HEADER ---- ---- */ header @@ -114,9 +119,6 @@ main font-weight: 700 color: #3895ea margin-bottom: 10px - a - text-decoration: none - color: #3895ea .categoria font-size: 0.8rem color: #636363 |