修复语言配色缺失的bug

master
yutent 2023-06-08 12:49:01 +08:00
parent d1e708cb80
commit b8c93325d7
1 changed files with 3 additions and 0 deletions

View File

@ -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;