docs(ui): dark mode fixes (#5204)
* docs(ui): dark mode fixes * apply color on the body * remove z-index
This commit is contained in:
@@ -18,7 +18,11 @@
|
||||
@apply !bg-medusa-code-text-highlight;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply text-ui-fg-subtle;
|
||||
}
|
||||
|
||||
body[data-modal="opened"] {
|
||||
@apply !overflow-hidden;
|
||||
@apply !overflow-hidden text-ui-fg-base;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user