use iso norm instead of flags for languages

This commit is contained in:
rick 2024-04-04 21:29:29 +02:00
commit 9a53a6914b
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
9 changed files with 15 additions and 41 deletions

View file

@ -35,20 +35,23 @@ header h2 {
#lang {
margin-top: 20px;
display: grid;
grid-auto-flow: column;
grid-column-gap: 1em;
grid-template-rows: fit-content(100%);
}
#lang img {
border: 2px solid black;
filter: brightness(50%);
#lang a {
font-weight: bold;
font-size: 150%;
}
#lang #choose {
filter: brightness(100%);
color: #4970E1;
}
#lang img:hover {
filter: brightness(100%);
border-color: cyan;
#lang a:hover {
color: #FA4DBA;
}
#header-links {