HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Two Suggested Fixes
I really like this theme. Thanks for making it.
I have run into two issues so far. I'll post the fixes here if anyone needs them and hope that it will be fixed in a future version. My color choices are probably not great. You can surely make better ones.
- Search Results
The Excerpt Text is too dark to be readable on a dark background, here is my fix:
.DataList .Excerpt a {
color: #B7B7B7;
}
- messages sent by me in private conversations
The white Text is not readable on the light blue background.
Here is my fix (a darker grey background)
.Mine { background: #666666; }
0
Comments
Hi, I'm pretty much a newbie and tried altering the code in /design/custom.css but nothing seemed to change. This is the bit I concentrated on:
#DiscussionForm form label {
color: #fff;
}
a.Button,
.Button {
color: #111;
}
.DataList li.Mine .Meta a.Category {
background: #555;
}
Grateful for any wise advice from more knowledgable folk than me?
Sorry, should have searched a bit more, fixed it - ignore my lazy request for help!