forked from mirrors/Gitea-Modern
Remove !important
This commit is contained in:
parent
4f7849a634
commit
d5810cca41
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ a[rel*="nofollow"]:not(.ui):focus,
|
||||||
}
|
}
|
||||||
|
|
||||||
.label:not(.basic) {
|
.label:not(.basic) {
|
||||||
border-radius: 100px !important;
|
border-radius: 100px;
|
||||||
padding: 4px 8px !important;
|
padding: 4px 8px !important;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue