app.css — vite Source File
Architecture documentation for app.css, a css file in the vite codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 5e67f7b3_d323_66c0_2d3e_7084edfa7eac["app.css"] c5f7f8d7_af34_f7d7_db28_43c8b91ac13e["main.ts"] c5f7f8d7_af34_f7d7_db28_43c8b91ac13e --> 5e67f7b3_d323_66c0_2d3e_7084edfa7eac style 5e67f7b3_d323_66c0_2d3e_7084edfa7eac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
:root {
--text: #6b6375;
--text-h: #08060d;
--bg: #fff;
--border: #e5e4e7;
--code-bg: #f4f3ec;
--accent: #aa3bff;
--accent-bg: rgba(170, 59, 255, 0.1);
--accent-border: rgba(170, 59, 255, 0.5);
--social-bg: rgba(244, 243, 236, 0.5);
--shadow:
rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
--sans: system-ui, 'Segoe UI', Roboto, sans-serif;
--heading: system-ui, 'Segoe UI', Roboto, sans-serif;
--mono: ui-monospace, Consolas, monospace;
font: 18px/145% var(--sans);
letter-spacing: 0.18px;
color-scheme: light dark;
color: var(--text);
background: var(--bg);
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@media (max-width: 1024px) {
font-size: 16px;
}
}
@media (prefers-color-scheme: dark) {
:root {
--text: #9ca3af;
--text-h: #f3f4f6;
--bg: #16171d;
--border: #2e303a;
--code-bg: #1f2028;
--accent: #c084fc;
--accent-bg: rgba(192, 132, 252, 0.15);
--accent-border: rgba(192, 132, 252, 0.5);
--social-bg: rgba(47, 48, 58, 0.5);
--shadow:
rgba(0, 0, 0, 0.4) 0 10px 15px -3px, rgba(0, 0, 0, 0.25) 0 4px 6px -2px;
}
#social .button-icon {
filter: invert(1) brightness(2);
}
}
body {
margin: 0;
}
h1,
h2 {
font-family: var(--heading);
font-weight: 500;
// ... (237 more lines)
Domain
Source
Frequently Asked Questions
What does app.css do?
app.css is a source file in the vite codebase, written in css. It belongs to the ProjectScaffolder domain.
What files import app.css?
app.css is imported by 1 file(s): main.ts.
Where is app.css in the architecture?
app.css is located at packages/create-vite/template-svelte-ts/src/app.css (domain: ProjectScaffolder, directory: packages/create-vite/template-svelte-ts/src).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free