This commit is contained in:
Viet An
2026-06-18 11:57:37 +07:00
parent 5302e685a4
commit 8b07ab4e65
34 changed files with 90 additions and 65 deletions

View File

@@ -55,7 +55,7 @@ setTimeout(() => store.commit("snackbar", undefined), 2500);
margin-inline: auto;
width: fit-content;
max-width: min(500px, 90vw);
background-color: hsl(from var(--bulma-grey-darker) h s l / 0.85);
background-color: hsl(from var(--bulma-grey-20) h s l / 0.85);
}
.button.is-ghost {