Mastodon-Circles/style.css

18 lines
244 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 14:14:44 -07:00
}
input[type="text"]
{
font-size: 30px;
width: 50%;
}
button {
font-size: 30px;
2022-11-19 12:01:33 -07:00
}