HOWTO: Overriding Lavender's Purple
-
@psychobunny i mean the inside.
Maybe in Green when its a + vote and red when you press -
-
maybe try
.topic .upvote.btn-primary { background: green } .topic .downvote.btn-primary { background: red; }
-
.topic .upvote.btn-primary {
background: green
}.topic .downvote.btn-primary {
background: red;
}@psychobunny works great!
-
Hi Guys,
Loving NobeBB - currently have it setup and doing a few tweaks before applying it to production.Though i'm having issues applying pictures to categories for some reason they don't apply on the home page despite they have been applied on the ACP - I'm using the lavender theme. Anyone able to shed any light on this?
-
@julian Hi, I'm assuming your referring to the save button below the image class field - if so then yes. I've attempted a few different formats but still no luck. Even if i select a different background color, (using the background color field) that also doesn't change.
Keep in mind i'm using the Dark Grey CSS provided from OP, not sure if this will cause issues.
-
yeah that would do it.
.home .category-item .category-header { background: #333 !important; }
get rid of this line
-
@psychobunny That's fixed it thanks!
-
np, that really should have read
background-color
lol. Anyways don't forget to post your site's link in our "Who's using NodeBB" threadedit: updated the gist
-
@psychobunny OK cool!
Doesn't that cause problems when updating the theme later? -
If you're putting this in the Themes ACP Customize tab, then no, you will be able to upgrade without any problems at all
-
Anybody know offhand what the original lavender hex color was? I color-matched it to 7A62D3, but it looks a bit off.
-
changed brand primary 路 NodeBB/nodebb-theme-lavender@093274c
A simple theme for NodeBB. Check out the theming guide that accompanies this work - changed brand primary 路 NodeBB/nodebb-theme-lavender@093274c
GitHub (github.com)
It was @brand-primary: lighten(spin(#428bca, 45), 8%);