73ef4ff3
Hu Chunming
提交三方库
|
1
2
3
4
5
6
7
|
<style>
*:not(pre)>code { background: none; color: #600000; }
:not(pre):not([class^=L])>code { background: none; color: #600000; }
table tr.even, table tr.alt, table tr:nth-of-type(even) { background: none; }
</style>
|