fix: corrige modal do Estudio Musical, move botao para rodape, cria botao de Poesia e melhora reescrita de imagem em pt-br

This commit is contained in:
2026-06-03 11:35:11 +00:00
parent 22f34b2e35
commit 4690672245
4 changed files with 35 additions and 13 deletions
+11
View File
@@ -3127,3 +3127,14 @@ code {
box-shadow: 0 0 8px rgba(16, 163, 127, 0.2);
}
/* Modo Poesia: Estilos e Cores (Amarelo/Âmbar) */
.btn-prompt-mode.mode-poetry {
border-color: rgba(234, 179, 8, 0.3);
}
.btn-prompt-mode.mode-poetry:hover {
border-color: rgb(234, 179, 8);
background-color: rgba(234, 179, 8, 0.06);
color: rgb(253, 224, 71);
}