(make sure you have a custom css loader installed)
body, .footer--row-inner, div, pre, code, .copy-the-code-target {
background-color: black !important;
color: white;
}
p, h1, h2, h3, i, b, a, .nav-direction, code {
color: white !important;
}
.sub-menu {
border: 5px solid lightgray
}
.copy-the-code-button, input {
background-color: black !important;
border: 3px solid lightgray !important;
border-radius: 5px !important;
color: white !important;
padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
font-family: arial;
}
input {
margin: 5px;
}