mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-06 10:39:03 +00:00
7 lines
142 B
HTML
Executable File
7 lines
142 B
HTML
Executable File
<style>
|
|
|
|
*:not(pre)>code { background: none; color: #600000; }
|
|
:not(pre):not([class^=L])>code { background: none; color: #600000; }
|
|
|
|
</style>
|