Fix regression in article copyright link box-shadow

Somewhere between hugo 0.88.1 and 0.98.0, box-shadow got applied
to the article copyright, which is an ugly regression.
This commit is contained in:
Simon Guest 2022-05-18 20:57:01 +12:00
parent c1fcec95a6
commit 263fb9fd0c

View File

@ -72,6 +72,10 @@
a {
color: var(--body-text-color);
}
a.link {
box-shadow: unset;
}
}
}
}