Make admin panel headers readable in Airy theme

The admin panel headers are white by default, making them almost
unreadable on the light background used in the Airy theme. Make the
headers dark, like text elsewhere in the theme.
This commit is contained in:
Simen Heggestøyl 2017-10-08 15:57:38 +02:00 committed by Boris Bobrov
parent 4727ee109e
commit 480aa3a204

View File

@ -52,6 +52,10 @@ footer {
border-top: 1px solid #E4E4E4;
}
table.admin_panel th {
color: #4a4a4a;
}
.button_action, .button_action_highlight, .button_form {
color: #4a4a4a;
background-color: #fff;