Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

How to change blog title color to green? #290

Open
ghost opened this issue May 8, 2022 · 1 comment
Open

How to change blog title color to green? #290

ghost opened this issue May 8, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented May 8, 2022

I have edited some portion of /themes/hello-friend/assets/css/post.css file into this

a {
   color: #32ae5d;
}

but still the color doesn't change.

then i reverted all the changes i've made and added this in /themes/hello-friend/static/style.css
it changes the color but when i enter into a blog or writing, the color goes back to default, why?

.post
a {
   color: #32ae5d;
}
@sendelufa
Copy link

Hello! First of all, if you use one theme, best practice use style.css for tune style from ./static/style.css

Next, check if you read changes without cache. Refresh page with Ctrl+F5 or Shift+F5 in Chrome.

p.s. your first variant must work

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant