Tender is difficult to use with a dark system color scheme
The stylesheet in tender specifies a "#333333" color for textareas, it also specifies a "#666666" color for textboxes, however it does not specify a background color either. Rather it relies on the mistaken assumption that the browser will define a default white background.
Solutions:
- Specify a background color in the stylesheet of white or some other color that contrasts with the foreground.
- Remove the color statement entirely and letting the browser use its default foreground color as well.
The second solution is undesirable since using a dark text entry in a light site is painful.
Discussions are closed to public comments.
If you need help with Tender please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Kyle Neath (Git... on 03 Feb, 2009 07:37 PM
Tender actually allows you to use your own custom CSS -- you can change anything in the design that you don't like. Just go to Site Settings -> Customize and enter your own CSS.
Kyle Neath (GitHub Staff) closed this discussion on 03 Feb, 2009 07:37 PM.
2 Posted by Kyle Neath (Git... on 03 Feb, 2009 07:38 PM
Oh I'm sorry, I just re-read what you're saying. I'll add some background color statements.