diff --git a/static/css/index.css b/static/css/index.css index dfbb6a1..cf79049 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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; } diff --git a/static/html/index.html b/static/html/index.html index d7ec892..415140e 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -26,7 +26,8 @@