airy.css: Override white text in TOS

Fixes bug https://issues.mediagoblin.org/ticket/808
This commit is contained in:
Meg Ford 2014-03-19 13:46:25 -05:00 committed by Christopher Allan Webber
parent a806e4dcc4
commit 4f1a34b84d

View File

@ -38,6 +38,10 @@ header {
color: #4a4a4a;
}
#code_of_conduct_list strong {
color: #4a4a4a;
}
@media screen and (max-width: 940px) {
header {
width: 100%;