main page rework done.

This commit is contained in:
2024-09-20 17:08:38 +02:00
parent 027aff84b9
commit ea7fc7713c
3 changed files with 48 additions and 5 deletions

View File

@@ -99,10 +99,23 @@ body {
background-color: #11111b;
}
.notification > h1 {
.notification > .info {
color: yellow;
}
.notification > .warning {
color: red;
}
.notification > h3 {
color: white;
}
.notification > button {
font-size: 16px;
margin: 4px 0 4px 0;
padding: 5px;
background-color: cornflowerblue;
color: white;
border: none;
border-radius: 5px;
}