feat: simple dialog

This commit is contained in:
2025-01-24 12:55:20 +01:00
parent 7b325f9375
commit deeabf2049
2 changed files with 28 additions and 11 deletions

View File

@@ -71,3 +71,14 @@ button {
background-color: black;
border: 4px solid black;
}
::backdrop {
background-image: linear-gradient(
45deg,
magenta,
rebeccapurple,
dodgerblue,
green
);
opacity: 0.75;
}