hnshosting-wp/master/assets/css/index.css
Nathan Woodburn c837d5d528
All checks were successful
Build Docker / Build Bot (push) Successful in 23s
Build Docker / Build Master (push) Successful in 23s
main: Cleaned up list items
2023-08-26 09:33:57 +10:00

10 lines
173 B
CSS

html {
background-color: black;
color: white;
font-family: 'Roboto', sans-serif;
font-size: 16px;
text-align: center;
}
li {
list-style-type: none;
}