discord-sandboxed/views/css/settingsStyle.css

38 lines
611 B
CSS
Raw Normal View History

html, body{
2022-02-24 03:13:46 +00:00
color: #ffffff;
font-family: "Hack Nerd Font", Courier, monospace;
background-color: #2f3136;
margin: 0px;
padding: 0px;
}
2022-02-24 03:13:46 +00:00
td:last-child {
padding-left: 16px;
}
.settingsContainer {
2022-02-24 03:13:46 +00:00
color: #ffffff;
margin: 16px;
}
2020-12-19 21:15:49 +00:00
.niceButton {
2022-02-24 03:13:46 +00:00
color: #ffffff;
2020-12-19 21:15:49 +00:00
background-color: #000000;
2022-02-24 03:13:46 +00:00
padding: 8px;
border-radius: 8px;
cursor: pointer;
}
input {
font-family: "Hack Nerd Font", Courier, monospace;
display: inline-block;
color: #dcddde;
background-color: #36393f;
border: 1px solid #1d1e22;
border-radius: 4px;
padding: 8px;
outline: none;
}