mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-02 02:54:04 -05:00
7 lines
142 B
HTML
7 lines
142 B
HTML
|
<style>
|
||
|
|
||
|
*:not(pre)>code { background: none; color: #600000; }
|
||
|
:not(pre):not([class^=L])>code { background: none; color: #600000; }
|
||
|
|
||
|
</style>
|