Mastodon-Circles/style.css

15 lines
187 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-left: 10%;
padding-right: 10%;
padding-top: 75px;
}
input {
}