16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
.dark {
|
|
background-color: #0052d9;
|
|
}
|
|
.light {
|
|
background-color: #366ef4;
|
|
}
|
|
.dark,
|
|
.light {
|
|
background-clip: content-box;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
line-height: 96rpx;
|
|
margin-bottom: 32rpx;
|
|
text-align: center;
|
|
}
|