Home / File/ global.css — astro Source File

global.css — astro Source File

Architecture documentation for global.css, a css file in the astro codebase.

Entity Profile

Source Code

body {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.12;
}

a {
  color: inherit;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

Frequently Asked Questions

What does global.css do?
global.css is a source file in the astro codebase, written in css.
Where is global.css in the architecture?
global.css is located at packages/astro/e2e/fixtures/nested-styles/src/styles/global.css (directory: packages/astro/e2e/fixtures/nested-styles/src/styles).

Analyze Your Own Codebase

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

Try Supermodel Free