I'd like to change the pycode fonts brighter, how? - pycode
I'd like to change the pycode fonts brighter, how?
Hi, I like this style quiet a lot tbh. But how to change all the font colors that share the same grey color brighter a bit?
I mean all those font colors that seem to have that grey color in common.
Thanx!
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: I'd like to change the pycode fonts brighter, how?
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact:
Re: I'd like to change the pycode fonts brighter, how?
in order to change the color of the forum category names and topic titles, you need to edit your colours.css file located at /styles/pycode/theme/colours.css
you need to edit this line:
Code: Select all
a { color: rgb(183,183,189); }
for the text inside the topics, edit
Code: Select all
.content {
color: rgb(193,193,199);
}
Don't forget to clean the caches from the ACP after you make your edits on the colours.css
- danceban
- Registered User
- Posts: 25
- Joined: Mon Mar 12, 2018 9:45 am
- Name: Dan Ceban
- Contact:
Re: I'd like to change the pycode fonts brighter, how?
EDIT: Got it working, .content did it for the thread text colors, thanx.
- deepndark
- Registered User
- Posts: 409
- Joined: Thu Nov 03, 2011 12:48 pm
- Location: Finland
- Contact: