Files
vintagecoding.net/css/dark.css
T

89 lines
1.0 KiB
CSS

* {
color: white;
}
body {
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
label,
span,
i {
color: white;
}
a:hover,
.modal_button:hover {
color: white;
}
nav {
border-bottom: 3px solid white;
}
nav ul li a {
color: white;
}
.line {
background-color: white;
border-top: 2px solid white;
}
.button {
color: white;
}
.button:hover,
.button:hover i {
color: red;
}
#theme_toggle {
color: white;
}
input,
textarea {
background-color: transparent;
color: white;
border: 3px solid white;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
-webkit-text-fill-color: white;
-webkit-box-shadow: 0 0 0px 1000px black inset;
transition: background-color 5000s ease-in-out 0s;
}
.checkmark {
border: 2px solid white;
}
.form_checkbox_container:hover input~.checkmark {
background-color: white;
}
.std_border,
.med_border,
.sm_border {
border-color: white;
}
@media screen and (max-width: 992px) {
nav {
border-bottom: none;
border-top: 3px solid white;
}
}