1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

default.css: fix codeblock scrolling

This commit is contained in:
RGBCube 2025-06-02 15:11:07 +03:00
parent 1726983aba
commit 3731477b32
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -194,7 +194,7 @@
@apply border-black dark:border-white;
}
pre code {
pre code, pre code * {
@apply whitespace-pre;
}