From 18b882549e80a0d7dfc314d6de2c799464742169 Mon Sep 17 00:00:00 2001 From: martholomew Date: Thu, 31 Oct 2024 17:48:59 -0600 Subject: [PATCH] change color of warnings --- ext/css/action-popup.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index a894b949a..7f513a424 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -471,7 +471,6 @@ h2.action-title { padding: 0; margin: 0; font-size: 1.125em; - font-weight: normal; line-height: 1.5; } @@ -482,14 +481,11 @@ h2.action-title { } .enable-dictionary-tooltip { - color: #ff0000; - font-weight: bold; - font-style: normal; + color: #f0ad4e; } .tooltip>a:link, a:visited { - color: #ff0000; - font-style: normal; + color: #f0ad4e; }