From 19fde74e476728ec7376db9ed135a765324e747b Mon Sep 17 00:00:00 2001 From: dwn Date: Mon, 14 Sep 2015 02:43:39 -0400 Subject: [PATCH] Make moderator tools legible on dark skins. --- less/topic.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/topic.less b/less/topic.less index 11a2b16..b7367bc 100644 --- a/less/topic.less +++ b/less/topic.less @@ -131,7 +131,7 @@ outline: none; &[role="menuitem"] { - color: @gray-dark; + color: @gray-light; } } @@ -345,4 +345,4 @@ position: relative; text-align: center; } -} \ No newline at end of file +}