chrisrhymes / bulma-clean-theme

A clean and modern Jekyll theme based on Bulma
http://www.csrhymes.com/bulma-clean-theme/
MIT License
388 stars 492 forks source link

Changing colors of text in navigation bar #160

Closed ajallenunc closed 5 months ago

ajallenunc commented 5 months ago

Hello,

I am trying to change the color of the text in the navigation bar. I have added these lines to my /assets/css/app.scss file

---
---
$primary: #77c0f7;
$navbar-background-color: #000000;
$navbar-item-active-color: #000000;
// Import Main CSS file from theme
@import "main";

The primary color changes properly, however the text in the navbar is still white instead of black. I've tried a few different sass variables here with no luck. Any guidance would be appreciated. Sorry if this is the wrong place for this question.

chrisrhymes commented 5 months ago

Hi @ajallenunc it's probably worth asking this question in bulma issues as I believe the navbar-link colour is set to contrast the $primary colour.