mat.services/site/style.css

10 lines
155 B
CSS
Raw Normal View History

2022-01-26 01:55:14 +00:00
body {
background-color: #ddacd4;
margin: 2em;
}
h1, p {
color: #34415e;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}