Mastodon-Circles/style.css

10 lines
197 B
CSS
Raw Normal View History

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