feat: 💄 Add @badge-color (#26159)

This commit is contained in:
偏右 2020-08-12 15:01:45 +08:00 committed by GitHub
parent ae843df718
commit b8f05d3ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
line-height: @badge-height;
white-space: nowrap;
text-align: center;
background: @badge-count-background;
background: @badge-color;
border-radius: @badge-height / 2;
box-shadow: 0 0 0 1px @shadow-color-inverse;
a,

View File

@ -662,7 +662,7 @@
@badge-font-weight: normal;
@badge-status-size: 6px;
@badge-text-color: @component-background;
@badge-count-background: @highlight-color;
@badge-color: @highlight-color;
// Rate
// ---