10 lines
136 B
CSS
10 lines
136 B
CSS
body{
|
|
background-color: #231F20
|
|
}
|
|
|
|
#toast-container {
|
|
bottom: auto !important;
|
|
right: auto !important;
|
|
top: 10%;
|
|
left:50%;
|
|
} |