CSS Script
CSS Script
body {
background-color: #000 !important;
color: #fff !important;
}
button:hover, .btn:hover {
background-color: #ff4500 !important;
}
a:hover {
color: #ff4500 !important;
}
input::placeholder, textarea::placeholder {
color: #bbb !important;
}
/* Responsive Fixes */
@media (max-width: 768px) {
body {
background-color: #000 !important;
}
}