Make admin panel headers readable in Airy theme
authorSimen Heggestøyl <simenheg@gmail.com>
Sun, 8 Oct 2017 13:57:38 +0000 (15:57 +0200)
committerBoris Bobrov <breton@cynicmansion.ru>
Mon, 16 Oct 2017 15:24:17 +0000 (18:24 +0300)
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.

mediagoblin/themes/airy/assets/css/airy.css

index 7539997e041426f531a3bb456183e0e35574a3e7..047e02dc41353cb1b60c8cb4ee0d3a7bac5be45b 100644 (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;