Files
medusa-store/www/apps/ui/src/styles/globals.css
Shahed Nasser c38f6d07c2 docs: update design + colors (#7593)
Update design and colors in docs to match those in Figma
2024-06-04 07:41:24 +00:00

29 lines
428 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
-webkit-font-smoothing: antialiased;
}
.html {
@apply text-medusa-fg-base;
}
*::selection {
@apply bg-medusa-bg-highlight;
}
pre *::selection {
@apply !bg-medusa-contrast-bg-highlight;
}
body {
@apply text-ui-fg-subtle;
}
body[data-modal="opened"] {
@apply !overflow-hidden text-ui-fg-base;
}
}