mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-19 17:35:08 -04:00
rm unnecessay color to box-shadow for anchors
This commit is contained in:
parent
3b0997fc42
commit
bd4a118afa
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
.post-content a,
|
.post-content a,
|
||||||
.toc a:hover {
|
.toc a:hover {
|
||||||
box-shadow: 0 1px 0 var(--primary)
|
box-shadow: 0 1px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content a code {
|
.post-content a code {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue