globals.css — ui Source File
Architecture documentation for globals.css, a css file in the ui codebase.
Entity Profile
Source Code
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}
Source
Frequently Asked Questions
What does globals.css do?
globals.css is a source file in the ui codebase, written in css.
Where is globals.css in the architecture?
globals.css is located at packages/shadcn/test/fixtures/next/app/globals.css (directory: packages/shadcn/test/fixtures/next/app).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free