discord-sandboxed/views/css/settingsStyle.css
2020-12-19 13:15:49 -08:00

17 lines
284 B
CSS

html, body{
color: #FFFFFF;
font-family: "Lucida Console", Courier, monospace;
background-color: #23272A;
margin: 0px;
padding: 0px;
}
.settingsContainer {
color: #FFFFFF;
}
.niceButton {
margin: 10px;
color: #FFFFFF;
background-color: #000000;
}