main page rework done.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user