18 lines
169 B
CSS
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;
|
|
}
|
|
|