trents_blog/site/extra.css

10 lines
118 B
CSS
Raw Normal View History

2020-12-15 00:17:03 -08:00
h1 {
font-weight: 600 !important;
color: black !important;
}
2021-01-09 16:45:08 -08:00
.center {
display: block;
margin: 0 auto;
}