TenantAtlas/resources/views/filament/partials/torchlight-dark-overrides.blade.php
2026-01-01 21:27:03 +01:00

14 lines
431 B
PHP

<style>
html.dark code.torchlight {
background-color: var(--phiki-dark-background-color) !important;
}
html.dark .phiki,
html.dark .phiki span {
color: var(--phiki-dark-color) !important;
font-style: var(--phiki-dark-font-style) !important;
font-weight: var(--phiki-dark-font-weight) !important;
text-decoration: var(--phiki-dark-text-decoration) !important;
}
</style>