Index: gc_lang/fr/webext/content_scripts/panel.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel.css +++ gc_lang/fr/webext/content_scripts/panel.css @@ -14,11 +14,11 @@ background-color: hsl(210, 0%, 100%); color: hsl(0, 0%, 0%); font-family: "Trebuchet MS", "Liberation Sans", sans-serif; box-shadow: 0 0 2px 1px hsla(210, 50%, 50%, .5); line-height: normal; - text-shadow: unset; + text-shadow: none; text-decoration: none; } .grammalecte_panel_bar { position: sticky; Index: gc_lang/fr/webext/content_scripts/wrapper.css ================================================================== --- gc_lang/fr/webext/content_scripts/wrapper.css +++ gc_lang/fr/webext/content_scripts/wrapper.css @@ -10,17 +10,18 @@ border-radius: 3px; background-color: hsla(210, 100%, 96%, .2); border: 1px solid hsla(210, 100%, 92%, .2); box-shadow: 0 0 2px hsla(210, 100%, 0%, .2); font-family: "Trebuchet MS", "Liberation Sans", sans-serif; - color: hsla(210, 100%, 50%, .2); } .grammalecte_wrapper_title { padding: 5px 0; font-size: 12px; + font-weight: bold; font-variant: small-caps; + color: hsla(210, 100%, 50%, .5); } .grammalecte_wrapper_toolbar { display: flex; justify-content: flex-end;