index.js refactor

This commit is contained in:
2024-09-20 14:33:37 +02:00
parent 6122b21d90
commit 027aff84b9
3 changed files with 72 additions and 43 deletions

View File

@@ -89,16 +89,20 @@ body {
grid-column-start: 2;
grid-column-end: 3;
}
.confirm {
.notification {
position: absolute;
top: 0;
margin: auto;
width: fit-content;
width: 100%;
height: 100dvh;
text-align: center;
background-color: #11111b;
}
.confirm > h1 {
.notification > h1 {
color: yellow;
}
.confirm > h3 {
.notification > h3 {
color: white;
}