Lang selector

This commit is contained in:
2023-09-01 13:35:07 +01:00
parent 5a90164922
commit 0c06f88a2d
4 changed files with 81 additions and 7 deletions

View File

@ -106,6 +106,14 @@ a {
width: -moz-available;
}
.uppercase {
text-transform: uppercase;
}
.pointer {
cursor: pointer;
}
.btn {
border: none;
outline: none;