Only need to put the link style in the articles

This commit is contained in:
Bradlee Speice 2019-05-10 13:38:21 -04:00
parent 829ea983b0
commit 8d0bdc742b
2 changed files with 6 additions and 5 deletions

View File

@ -106,6 +106,12 @@
max-width: 100%; max-width: 100%;
height: 100%; height: 100%;
} }
a {
border-bottom-color: $c-accent__blue;
border-bottom-style: dotted;
border-bottom-width: 1px;
}
} }
.c-article__footer { .c-article__footer {

View File

@ -3,7 +3,6 @@
========================================================================== */ ========================================================================== */
.c-page { .c-page {
} }
.c-page__header { .c-page__header {
@ -18,10 +17,6 @@
p { p {
@include fs--meta; @include fs--meta;
} }
a {
border-bottom-style: none;
}
} }
.c-page__footer { .c-page__footer {