mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-04 15:59:19 +01:00
8 lines
220 B
HTML
8 lines
220 B
HTML
<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>
|