Mastodon-Circles/style.css
2022-11-19 22:14:44 +01:00

18 lines
No EOL
244 B
CSS

body {
background-color: #191b22;
color: #d9e1e8;
font-size: 20px;
line-height: 200%;
padding-top: 75px;
text-align: center;
}
input[type="text"]
{
font-size: 30px;
width: 50%;
}
button {
font-size: 30px;
}