diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index e51f9f4e2..30cfa01ec 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -215,10 +215,6 @@ $sidebar-active: #f4fcd0; thead { color: #fff; - - a { - color: inherit; - } } th { @@ -228,6 +224,10 @@ $sidebar-active: #f4fcd0; label { color: #fff; } + + a { + color: inherit; + } } .break {