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 @@ -181,15 +181,19 @@ .grammalecte_error { margin: 0; padding: 0; cursor: pointer; border-radius: 2px; - text-decoration: none; - text-shadow: unset; /* default color */ background-color: hsl(240, 10%, 50%); color: hsl(240, 0%, 96%); + font-size: 14px; + font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; + text-decoration: none; + text-shadow: unset; + text-align: left; + } .grammalecte_error:hover { background-color: hsl(240, 10%, 40%); color: hsl(240, 0%, 100%); }