diff options
Diffstat (limited to 'stylesheets/commun.css')
| -rw-r--r-- | stylesheets/commun.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css index c349d79..dbec72e 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -55,12 +55,17 @@ nav > ol > li > a { padding: 0.5em 0.1em; } -.lang { - background-color: black; - border-radius: 50% 50% 50% 0; - color: white; +a.lang { + display: block; + border: 0.15em solid black; + border-radius: 50%; padding: 0.5em; } +a.lang:hover { + color: var(--gold); + background: white; + border: 0.15em solid white; +} footer.social > .content { display: flex; |
