1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Simplify the style of <a>

This commit is contained in:
Cotes Chung
2021-11-01 05:26:32 +08:00
parent 55fce7574c
commit a34b77969f
2 changed files with 2 additions and 8 deletions

View File

@@ -394,7 +394,6 @@ footer {
word-spacing: 1px;
a {
@extend %link-color;
@extend %link-underline;
&:not(:last-child) {
@@ -456,12 +455,7 @@ footer {
}
a {
blockquote & {
color: var(--link-color);
}
&:not(.img-link) {
@extend %link-color;
@extend %link-underline;
&:hover {