Dark code background for noir

pull/5110/head
Cagatay Civici 2024-01-18 07:03:38 +03:00
parent a15cc7177a
commit dc8cf876f6
1 changed files with 8 additions and 0 deletions

View File

@ -140,4 +140,12 @@ pre[class*="language-"] {
}
}
}
&[data-p-theme^="aura-light-noir"] {
pre[class*="language-"] {
code {
background: var(--surface-950);
}
}
}
}