aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/themes/airy
diff options
context:
space:
mode:
authorSimen Heggestøyl <simenheg@gmail.com>2017-10-08 15:57:38 +0200
committerBoris Bobrov <breton@cynicmansion.ru>2017-10-16 18:24:17 +0300
commit480aa3a2045bf7fae9a70f5135962507472e8df8 (patch)
treeaa430eba745542356a6eedaede2f6dfb71f8fe87 /mediagoblin/themes/airy
parent4727ee109ee66c959d3e1bd72b47cc0ff8dd4fdd (diff)
downloadmediagoblin-480aa3a2045bf7fae9a70f5135962507472e8df8.tar.lz
mediagoblin-480aa3a2045bf7fae9a70f5135962507472e8df8.tar.xz
mediagoblin-480aa3a2045bf7fae9a70f5135962507472e8df8.zip
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.
Diffstat (limited to 'mediagoblin/themes/airy')
-rw-r--r--mediagoblin/themes/airy/assets/css/airy.css4
1 files changed, 4 insertions, 0 deletions
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;