12 lines
149 B
CSS
12 lines
149 B
CSS
#viewer {
|
|
background-color: black;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.loadingTextDiv {
|
|
color: var(--text-secondary-color);
|
|
font-size: 30px;
|
|
}
|
|
|