10 lines
157 B
CSS
10 lines
157 B
CSS
.main {
|
|
font-family: 'Roboto', sans-serif !important;
|
|
color: white;
|
|
font-size: xx-large;
|
|
line-height: 1.4em !important;
|
|
}
|
|
|
|
.loading {
|
|
color: black;
|
|
} |