Home / File/ globals.css — ui Source File

globals.css — ui Source File

Architecture documentation for globals.css, a css file in the ui codebase. 0 imports, 1 dependents.

File css FrameworkTooling 1 dependents

Entity Profile

Dependency Diagram

graph LR
  8069ea12_ec10_3ca2_f94d_517181637aa3["globals.css"]
  6b94da06_79ca_a9ff_4941_5d5169cacee1["layout.js"]
  6b94da06_79ca_a9ff_4941_5d5169cacee1 --> 8069ea12_ec10_3ca2_f94d_517181637aa3
  style 8069ea12_ec10_3ca2_f94d_517181637aa3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

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));
}

Frequently Asked Questions

What does globals.css do?
globals.css is a source file in the ui codebase, written in css. It belongs to the FrameworkTooling domain.
What files import globals.css?
globals.css is imported by 1 file(s): layout.js.
Where is globals.css in the architecture?
globals.css is located at packages/shadcn/test/fixtures/next-app-js/app/globals.css (domain: FrameworkTooling, directory: packages/shadcn/test/fixtures/next-app-js/app).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free