hnshosting-wp/master/assets/css/index.css

10 lines
173 B
CSS
Raw Normal View History

2023-08-25 23:26:44 +10:00
html {
background-color: black;
color: white;
font-family: 'Roboto', sans-serif;
font-size: 16px;
text-align: center;
2023-08-26 09:33:57 +10:00
}
li {
list-style-type: none;
2023-08-25 23:26:44 +10:00
}