Change dark theme link colors to pink, underline article links

This commit is contained in:
timvisee 2020-11-06 17:28:33 +01:00
parent afc0f52d8e
commit 673abc9057
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 12 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $color-main-bg-alt: darken($color-main-bg, 2%);
$color-main-border: darken($color-main-bg, 5%);
$color-main-shadow: rgba($color-main-border, 0.4);
$color-header: #fb4625;
$color-link: #5184f9;
$color-link: #ffc0cb;
$color-link-hover: lighten($color-link, 15%);
$color-code-bg: $color-main-bg-alt;

View File

@ -117,6 +117,17 @@ article {
p {
text-align: justify;
}
a {
text-decoration: underline;
}
#{headings(1,6)} {
a {
text-decoration: none;
}
}
}