/* 覆盖代码块文字颜色 */  
div[class*=language-] pre code {  
    color: #ececec; /* 这里设置为你想要的颜色 */  
}  

/* 如果需要更具体的样式，比如背景色、边框等，也可以在这里添加 */