use iso norm instead of flags for languages
This commit is contained in:
parent
0902251a66
commit
9a53a6914b
9 changed files with 15 additions and 41 deletions
css
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue