Fix: CSS Topbar.

This commit is contained in:
Johnnybegood90
2026-03-14 00:11:34 +01:00
parent ca25d5000b
commit f82bc65472
+2
View File
@@ -179,6 +179,8 @@
outline: none;
transition: border-color 0.15s, color 0.15s;
max-width: 130px;
-webkit-appearance: none;
appearance: none;
}
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
.source-select option { background: #111; color: #eee; font-family: sans-serif; }