Widget:Tema
Ir para navegação
Ir para pesquisar
<style> .tema-btn {
position: absolute; top: 16px; right: 16px; background: #f3f4f6; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: #6b7280; cursor: pointer; user-select: none; transition: all 0.2s ease; z-index: 10;
} .tema-btn:hover { opacity: 0.8; } </style>