Add language links to footer

This commit is contained in:
Nyymix 2025-05-04 23:24:07 +03:00
parent 53ca72a9ce
commit 04f9a606ca
2 changed files with 30 additions and 0 deletions

View file

@ -37,4 +37,23 @@ body {
opacity: 1;
transform: scale(1);
}
}
.language-switcher-form {
display: inline;
}
.language-switcher-form button {
background: none;
border: none;
padding: 0;
margin: 0;
color: inherit;
font: inherit;
text-decoration: underline;
cursor: pointer;
}
.language-switcher-form button:hover {
text-decoration: none;
}