refactor: update style

This commit is contained in:
robin 2022-10-11 10:45:48 +08:00 committed by mingcheng
parent a705008a9f
commit f4f0fbfbc3
1 changed files with 5 additions and 6 deletions

View File

@ -57,14 +57,13 @@ a {
.badge-tag {
display: inline-block;
font-size: 14px;
background: #cfe2ff;
background: rgba($blue-100, 0.5);
padding: 1px 0.5rem 2px;
color: #084298;
color: $blue-700;
height: 24px;
}
.badge-tag:hover {
background: #9ec5fe;
&:hover {
background: rgba($blue-100, 1);
}
}
.divide-line {