ojroques / hugo-researcher

A simple resume theme for Hugo
GNU General Public License v3.0
229 stars 130 forks source link

change the background? #27

Closed zippyy closed 2 years ago

zippyy commented 2 years ago

how would i go about changing the background color for this theme?

ojroques commented 2 years ago

You can modify the CSS here: assets/sass/researcher.scss. For example by adding:

background-color: lightblue;

to: https://github.com/ojroques/hugo-researcher/blob/dae5f676aa1e97f33f3d0c9bf4deb4957108caaa/assets/sass/researcher.scss#L46-L50

I won't add an option to change the background color but you can fork the project if you want.