hugo-theme-hello-friend-ng icon indicating copy to clipboard operation
hugo-theme-hello-friend-ng copied to clipboard

change theme color

Open p4r7h opened this issue 3 years ago • 2 comments

is there any way to change theme color unless I can't change my theme color using scss files !!

p4r7h avatar May 11 '21 19:05 p4r7h

Commenting here to ask for help for the same issue. I updated my styles successfully but it does not reflect when I deploy it to Netlify. What is the preferred way to change the styles? I created a stylesheet in the assets/css/style.css and included it in the baseof.html file. Please I would appreciate any help offered.

I am trying to change the styles for the light theme like so:

[data-theme=light] #heading__title {
  color: #ffb531 !important;
}

[data-theme=light] body {
  background-color: #073642 !important;
  color: #fff !important;
}

[data-theme=light] .header {
  background-color: #002b36 !important;
}

[data-theme=light] .menu__inner {
  background-color: #002b36 !important;
}

[data-theme=light] .logo__cursor {
  background-color: #ffb531 !important;
}

[data-theme=light] a:hover {
  color: #ffb531 !important;
}

aghwotu avatar Jul 02 '21 22:07 aghwotu

Hey guys, the easiest way to change the theme colors is to edit the variables section. :) https://github.com/rhazdon/hugo-theme-hello-friend-ng/blob/master/assets/scss/_variables.scss

rhazdon avatar Aug 24 '21 22:08 rhazdon