From: Simen Heggestøyl Date: Sun, 8 Oct 2017 13:57:38 +0000 (+0200) Subject: Make admin panel headers readable in Airy theme X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=480aa3a2045bf7fae9a70f5135962507472e8df8;p=mediagoblin.git 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. --- diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index 7539997e..047e02dc 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -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;