code theme has a transparent background so it works on any background

This commit is contained in:
James Ritchie
2024-07-05 13:46:13 +01:00
parent 0d3d1e9d51
commit b294f732c8
@@ -59,7 +59,7 @@ const extraLinesWhenClipping = 0.35;
const defaultTheme: PrismTheme = {
plain: {
color: "#9C9AF2",
backgroundColor: "#121317",
backgroundColor: "rgba(0, 0, 0, 0)",
},
styles: [
{