pages-themes / hacker

Hacker is a Jekyll theme for GitHub Pages

Home Page:https://pages-themes.github.io/hacker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change colors

MatPoliquin opened this issue · comments

For hacker theme, how to change the colors so that I get a white background and black letters?

I already have a custom style.css with:
@import "{{ site.theme }}";
but It's not clear with variables to override

Customize colors variable definition that you can see in .scss files. Eg.

  • _default_colors.scss
  • rouge-base16-dark.scss

There are imported in the main file theme jekyll-theme-hacker.scss

Or play with the template to add your custom override stylesheets into your own site.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.