🚀 Auto-deploy: BotVPS atualizado em 29/04/2026 10:45:44

This commit is contained in:
2026-04-29 10:45:44 +00:00
parent 0401812621
commit cc7ecaf5ba

View File

@@ -40,9 +40,11 @@
::-webkit-scrollbar-thumb:hover { background: var(--accent); } ::-webkit-scrollbar-thumb:hover { background: var(--accent); }
/* Scrollbar Fix for Firefox / Modern Browsers */ /* Scrollbar Fix for Firefox / Modern Browsers */
* { @supports (scrollbar-width: thin) {
scrollbar-width: thin; * {
scrollbar-color: var(--accent) transparent; scrollbar-width: thin;
scrollbar-color: var(--accent) transparent;
}
} }
@keyframes pulse { @keyframes pulse {