.applauncher { background-color: $bg; border: 2px solid $ui2; color: $tx; padding: 16px; border-radius: 24px; font-family: Inter; } .app-input { background-color: $ui; padding: 4px 16px; margin-bottom: 8px; border-radius: 999px; } .applist > scrollbar { background-color: $ui; border-radius: 3px; slider { background-color: $re; min-width: 6px; border-radius: 3px; } } .app { padding: 4px; } .app:hover { color: $re; }