How change loadbar color and hr in topics
Solved
Technical Support
-
I change my nodebb forum theme with custom css, but i don't know how change two dynamic elements (because its dissapear quckly and i can't watch it with dev tools)
- Load bat at top page (blue color, i want change to orange)
- At topic last unread unread shown with blue hr. How change this color?
-
Top loading bar is
#nprogress .bar { background: #29d; }
post highlight is
.topic .posts .highlight[component="post"] > hr { border-color: #2390b0; }
Copyright © 2024 NodeBB | Contributors