resist.is/_site/assets/css/styles.css
2025-04-13 12:50:34 -04:00

20 lines
225 B
CSS

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