style: remove globe-icon from language selector on website

This commit is contained in:
Timo
2026-06-04 15:37:01 +02:00
parent 7499eafe4e
commit 67a7f6e663
27 changed files with 40 additions and 64 deletions
+2 -2
View File
@@ -1936,7 +1936,7 @@ footer {
margin: 0;
}
.lang-select-container {
padding: 4px 10px 4px 8px;
padding: 4px 10px;
gap: 4px;
}
.lang-select-container .globe-icon {
@@ -1975,7 +1975,7 @@ html:not(.lang-de) [lang="de"] {
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 9999px;
padding: 6px 14px 6px 12px;
padding: 6px 14px;
transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
color: var(--text-muted);
}