Spaces:
Running
Running
File size: 348 Bytes
6bcacf9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
footer {
visibility: hidden
}
#generate_button {
color: white;
border-color: #007bff;
background: #007bff;
width: 150px;
margin-top: 38px;
height: 80px;
}
#save_button {
color: white;
border-color: #028b40;
background: #01b97c;
width: 200px;
}
#settings_header {
background: rgb(245, 105, 105);
} |