mirror of
https://github.com/MinazukiAmane/MiYoVerse.git
synced 2025-03-15 19:55:54 +08:00
7 lines
101 B
CSS
7 lines
101 B
CSS
|
.counter {
|
||
|
border: 1px solid #ccc;
|
||
|
border-radius: 5px;
|
||
|
padding: 2px 6px;
|
||
|
margin: 12px 0 0;
|
||
|
}
|