Mastodon-Circles/style.css
Andreas Grasser 528a2f8b05 MIEKE KRÖGER
2022-11-20 13:03:18 +01:00

27 lines
No EOL
331 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: 110%;
width: 75%;
}
button {
font-size: 110%;
}
a {
text-decoration: none;
color: #AAAAAA;
}
#outDiv {
font-size: 20%;
}