mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 08:38:09 -05:00
Only need to put the link style in the articles
This commit is contained in:
parent
829ea983b0
commit
8d0bdc742b
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user