#808 closed defect (fixed)
Terms' of Service header color needs changing in Airy
Reported by: | Aleksej | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | graphic design/interface | Keywords: | bitesized |
Cc: | Parent Tickets: |
Description
base.css, line 672:
#code_of_conduct_list strong {
color: rgb(255, 255, 255);
}
This makes some text in Terms of Service white, which is incompatible with the Airy theme. Maybe needs only overriding in the theme, or something more general.
Change History (4)
comment:1 by , 11 years ago
Keywords: | bitesized added |
---|
comment:3 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:4 by , 10 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | in_progress → closed |
Merged this one. Thank you, Meg!
Note:
See TracTickets
for help on using tickets.
I pushed a fix for this here:
https://gitorious.org/mediagoblin/megfords-mediagoblin/source/9998d587acbe77480f21b7e8e8b9f4aab4a30c31:
The branch name is tos_css_fix
I added the line
#code_of_conduct_list strong {
}
to airy's css file to override the white font color.