/* Dark background and green text for Django admin */
body, html {
    background-color: #121212 !important;
    color: #00ff00 !important;
}

a, a:visited {
    color: #00ff00 !important;
}

.module, .module caption, .inline-group h2 {
    background-color: #1e1e1e !important;
    color: #00ff00 !important;
    border-color: #00ff00 !important;
}

#header, #user-tools, #branding {
    background-color: #000 !important;
    color: #00ff00 !important;
}

#content, #container {
    background-color: #121212 !important;
    color: #00ff00 !important;
}

.selector-chosen h2 {
    color: #00ff00 !important;
}

input, select, textarea {
    background-color: #222 !important;
    color: #00ff00 !important;
    border: 1px solid #00ff00 !important;
}

button, input[type="submit"] {
    background-color: #00ff00 !important;
    color: #121212 !important;
    border: none;
}
