42_ft_transcendence/frontend/static/css/index.css
2024-01-14 15:40:20 +01:00

18 lines
169 B
CSS

*{
color: #cccccc;
font-size: 35px;
background-color: #1a1a1a;
}
body {
}
#app #avatar
{
max-height: 10em;
max-width: 10em;
min-height: 6em;
min-width: 6em;
}