nehalist / gatsby-theme-nehalem

A Gatsby blog theme.
https://nehalem.netlify.com/
168 stars 60 forks source link

Page a-href links not styled in the same ways as blog post a-href links. #14

Closed rnwolf closed 4 years ago

rnwolf commented 4 years ago

It seems that urls on blog "post" pages are styled with

.bIotey li > a, .bIotey p > a {
    color: 
#a4cbb8;
border-bottom: 2px
    #a4cbb8 solid;
}

Links on "pages" don't seem to have the same styling. It is not possible to distinguish between regular text and hyperlinks. Any hints on where I can modify the style of the hyperlinks for content of page types?

nehalist commented 4 years ago

Just published 1.0.8 which should fix that. Thanks for reporting!