Merge branch 'test'

This commit is contained in:
2026-05-08 01:43:02 +02:00
5 changed files with 178 additions and 66 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ input:checked+.slider:before {
color: var(--text);
}
#lang-button {
.lang-button {
width: 40px;
height: 30px;
appearance: none;
@@ -249,7 +249,7 @@ input:checked+.slider:before {
font-size: 14px;
}
#lang-button:hover {
.lang-button:hover {
border-color: var(--text);
color: var(--text);
}