In colours.csserelash_mf wrote: ↑Thu Jan 30, 2020 6:06 am Hello,
i will try and first i have a question
Possible to change text color? Because background color black text can easily annoy the human eye when white.
For example: Second picture's text color is nice.
Sorry, by i used google translate.
Code: Select all
.content
Thank you. Done!jrolson wrote: ↑Thu Jan 30, 2020 6:25 pmIn colours.csserelash_mf wrote: ↑Thu Jan 30, 2020 6:06 am Hello,
i will try and first i have a question
Possible to change text color? Because background color black text can easily annoy the human eye when white.
For example: Second picture's text color is nice.
Sorry, by i used google translate.Code: Select all
.content
<p>
element has no colour defined so it's pulling that colour from a body
elementCode: Select all
body {
background: #fff;
color: #1c1e21;
direction: ltr;
line-height: 1.34;
margin: 0;
padding: 0;
unicode-bidi: embed;
}
Hello Jrolson?jrolson wrote: ↑Mon Jan 20, 2020 1:46 am Element 1.1.1 released!
*upscaled icons to the default prosilver size of 64x64.
*color adjustments.
*fixed new topic & reply buttons active and focus states.
*added color switcher for users. (Now uses jquery to switch between css files. Let me know if there's any problems.)