diff --git a/static/style.css b/static/style.css index 1d1b26a414f7bdc53eddf64ab34cea0cdab8c695..02d409f6f0b005b2d3a0c1bf7d96113f534158ff 100644 --- a/static/style.css +++ b/static/style.css @@ -62,19 +62,14 @@ nav > :nth-child(1) > img { cursor: pointer; border: initial; height: 30px; + background-color: inherit; + color: inherit; } html[lang="en"] #enButton, html[lang="fr"] #frButton { - font-weight: bold; - color: black; - background-color: inherit; -} - -html[lang="en"] #frButton, -html[lang="fr"] #enButton { - background-color: #497ed5; - color: white; + font-weight: bolder; + cursor: default; } @media (min-width: 992px) {