2021-12-21 09:51:43 +08:00

18 lines
231 B
Plaintext

.dark,
.light {
color: #fff;
font-size: 13px;
line-height: 30px;
text-align: center;
margin-bottom: 10px;
background-clip: content-box;
}
.dark {
background-color: #39a9ed;
}
.light {
background-color: #66c6f2;
}