2021-10-29 20:12:14 +08:00
|
|
|
/* Add your custom extension styling here */
|
|
|
|
.label-1 {
|
|
|
|
font-weight: normal;
|
2022-03-19 15:45:05 +08:00
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
2021-10-29 20:12:14 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.label-2 {
|
|
|
|
font-weight: normal;
|
2022-03-19 15:45:05 +08:00
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
background-color: rgba(0, 0, 0, 0);
|
2021-10-29 20:12:14 +08:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|