From 5f93f4f269edd73e1eef757b8f2a19283d2da3e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= <simenheg@gmail.com>
Date: Sun, 8 Oct 2017 15:57:38 +0200
Subject: [PATCH] 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.
---
mediagoblin/themes/airy/assets/css/airy.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css
index 7539997e..047e02dc 100644
a
|
b
|
footer {
|
52 | 52 | border-top: 1px solid #E4E4E4; |
53 | 53 | } |
54 | 54 | |
| 55 | table.admin_panel th { |
| 56 | color: #4a4a4a; |
| 57 | } |
| 58 | |
55 | 59 | .button_action, .button_action_highlight, .button_form { |
56 | 60 | color: #4a4a4a; |
57 | 61 | background-color: #fff; |