mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 14:51:13 -05:00
Fix light mode text visibility
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
@apply rounded-lg border border-input bg-background;
|
@apply rounded-lg border border-input bg-background;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
--color-fg-default: hsl(var(--foreground));
|
||||||
|
--color-canvas-default: hsl(var(--background));
|
||||||
|
--color-border-default: hsl(var(--border));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toolbar */
|
/* Toolbar */
|
||||||
@@ -47,6 +50,17 @@
|
|||||||
line-height: 1.6 !important;
|
line-height: 1.6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Light mode text visibility */
|
||||||
|
.w-md-editor-text-pre > code {
|
||||||
|
color: hsl(var(--foreground)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-md-editor textarea.w-md-editor-text-input {
|
||||||
|
color: hsl(var(--foreground)) !important;
|
||||||
|
background-color: hsl(var(--background)) !important;
|
||||||
|
caret-color: hsl(var(--foreground)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Preview area */
|
/* Preview area */
|
||||||
.w-md-editor-preview {
|
.w-md-editor-preview {
|
||||||
@apply bg-background;
|
@apply bg-background;
|
||||||
|
|||||||
Reference in New Issue
Block a user