From 314ba252add73387ec3d95a29aff6a51b4da908a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 25 Apr 2016 10:25:20 +0100 Subject: Help dialog; revert font colour for command names. If we're not using the previous font for other links on the help dialog, then it doesn't make sense to use that font for command names either. --- content_scripts/vimium.css | 1 - 1 file changed, 1 deletion(-) diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index ca02e43f..57ab4907 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -242,7 +242,6 @@ div#vimiumHelpDialog td.vimiumHelpDescription { font-size:14px; } div#vimiumHelpDialog span.commandName { - color: #555; font-style: italic; cursor: pointer; font-size: 12px; -- cgit v1.2.3