fix(plugins/notable): improve readability of indepth badges (#1006) [skip ci]
This commit is contained in:
@@ -197,13 +197,12 @@
|
|||||||
}
|
}
|
||||||
.contribution .gauge text {
|
.contribution .gauge text {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
font-size: 15px;
|
|
||||||
letter-spacing: -2px;
|
|
||||||
}
|
}
|
||||||
.contribution .gauge {
|
.contribution .gauge {
|
||||||
margin: 0 4px;
|
margin: 0 6px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
transform: scale(1.4) translateY(1px);
|
||||||
}
|
}
|
||||||
.contribution .icon {
|
.contribution .icon {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
|
|||||||
Reference in New Issue
Block a user