Merge branch 'feat/ui-v0.4' into 'test'

fix: tags color

See merge request opensource/answer!244
This commit is contained in:
Li Shuailing 2022-11-16 06:55:07 +00:00
commit c1de1db15f
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ a {
border: 1px solid $gray-400;
&:hover {
color: $gray-700;
background: rgba($gray-400, 1);
background: rgba($gray-200, 1);
}
}
@ -91,7 +91,7 @@ a {
border: 1px solid $orange-400;
&:hover {
color: $orange-700;
background: rgba($orange-400, 1);
background: rgba($orange-100, 1);
}
}