Mastodon-Circles/style.css

18 lines
244 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-top: 75px;
2022-11-19 20:52:03 +01:00
text-align: center;
2022-11-19 22:14:44 +01:00
}
input[type="text"]
{
font-size: 30px;
width: 50%;
}
button {
font-size: 30px;
2022-11-19 20:01:33 +01:00
}