resist.is/_site/assets/css/styles.css
2025-04-06 22:00:08 -04:00

16 lines
193 B
CSS

.current {
color: green;
}
body {
background-color: black;
color: white;
}
div {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
/*# sourceMappingURL=styles.css.map */