修复语言配色缺失的bug
parent
d1e708cb80
commit
b8c93325d7
|
@ -84,6 +84,9 @@ export function render({ title = 'Most Used Languages', langs = [] } = {}) {
|
|||
font: 14px Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
fill: #64748b;
|
||||
}
|
||||
.lang-pie {
|
||||
fill: #64748b;
|
||||
}
|
||||
.pie {
|
||||
opacity: 0;
|
||||
animation: fade 0.5s ease-in-out forwards;
|
||||
|
|
Loading…
Reference in New Issue