Index: gc_lang/fr/webext/content_scripts/panel_gc.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_gc.css +++ gc_lang/fr/webext/content_scripts/panel_gc.css @@ -206,15 +206,23 @@ color: hsl(240, 0%, 100%); } .grammalecte_error_corrected, .grammalecte_error_ignored { + margin: 0; + padding: 0; display: inline-block; border-radius: 2px; text-decoration: none; background-color: hsla(120, 50%, 70%, 1); color: hsla(0, 0%, 4%, 1); + font-size: 14px; + font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; + text-decoration: none; + text-shadow: unset; + text-align: left; + hyphens: none; } .grammalecte_error_ignored { background-color: hsla(30, 20%, 80%, 1); }