5 lines
85 B
CSS
5 lines
85 B
CSS
|
.skeleton {
|
||
|
background-color: var(--lighter-gray);
|
||
|
border-radius: var(--radius);
|
||
|
}
|