mirror of
https://github.com/boostorg/throw_exception.git
synced 2026-02-03 22:05:09 +01:00
10 lines
237 B
HTML
10 lines
237 B
HTML
<style>
|
|
|
|
*:not(pre)>code { background: none; color: #600000; }
|
|
:not(pre):not([class^=L])>code { background: none; color: #600000; }
|
|
|
|
pre.rouge .hll { background-color: #ffd; }
|
|
pre.rouge .hll * { background-color: initial; }
|
|
|
|
</style>
|