Files
vintagecoding.net/css/dark.css
T

48 lines
412 B
CSS

body {
background-color: black;
}
h1,
h2,
h3,
h4,
h5,
p,
small,
a {
color: white;
}
nav {
border-bottom: 3px solid white;
}
code {
background-color: #2F2F2F;
}
.line {
background-color: white;
border-top: 1px solid white;
}
.article_card {
border: 5px solid white;
}
.button {
color: white;
}
.tag {
color: white;
}
#theme-toggle {
color: white;
}
.article ul li {
color: white;
}