MoePlayer / Hermit-X

在 WordPress 中使用 APlayer 播放音乐吧~
MIT License
287 stars 59 forks source link

公共CDN遗漏颜色代码,导致纯白色背景下歌曲标题不显示 #156

Closed imashen closed 4 years ago

imashen commented 4 years ago

online233-234 .aplayer .aplayer-info .aplayer-music .aplayer-title { font-size: 14px; } 建议修改为 .aplayer .aplayer-info .aplayer-music .aplayer-title { font-size: 14px;color: #666; }