noah-nash / web-portfolio

0 stars 0 forks source link

Hover hyperlink style doesn't apply outside of blog posts #42

Open noah-nash opened 3 years ago

noah-nash commented 3 years ago

It is only on post-content, in the post-single.css file Selector:

.post-content a:hover,
.toc a:hover {
    box-shadow: 0 1px 0;
}