small fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rei
2022-12-30 15:14:30 +01:00
parent f76edaec72
commit c5018b3bb9

View File

@@ -12,7 +12,7 @@ body {
}
pre {
@apply dark:bg-slate-800 bg-slate-200 text-slate-800 !important;
@apply dark:bg-slate-800 bg-slate-200 text-slate-800 dark:text-slate-200 !important;
}
pre > code {