Skip to content

Commit fc0001c

Browse files
SagePtrlafriks
authored andcommitted
Fix #rrggbbaa color to rgba for better browser compatibility (#4990)
1 parent 81702e6 commit fc0001c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_repository.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,9 @@
928928
}
929929
&.isSigned.isVerified{
930930
border: 1px solid #21BA45;
931-
background: #21BA4518;
931+
background: fade(#21BA45, 10%);
932932
.detail.icon{
933-
border-left: 1px solid #21BA4580;
933+
border-left: 1px solid fade(#21BA45, 50%);
934934
}
935935
}
936936
}

0 commit comments

Comments
 (0)