Mastodon-Circles/style.css

8 lines
150 B
CSS
Raw Normal View History

2022-11-19 09:53:53 -07:00
body {
background-color: #191b22;
color: #d9e1e8;
font-size: 20px;
line-height: 200%;
padding-top: 75px;
2022-11-19 12:52:03 -07:00
text-align: center;
2022-11-19 12:01:33 -07:00
}