8 lines
131 B
CSS
8 lines
131 B
CSS
|
#text {
|
||
|
color: var(--color-normal-contrast-weakest);
|
||
|
margin: auto;
|
||
|
width: 180px;
|
||
|
}
|
||
|
.counter {
|
||
|
text-align: center;
|
||
|
}
|