Sha256: 364e246a5554d8a8bd098310e30b0a05dfc399b58d282d803a7c98805fd376ea

Contents?: true

Size: 261 Bytes

Versions: 26

Compression:

Stored size: 261 Bytes

Contents

:root {
  --body-background: #fafafa;
  --body-color: #444;  
}

body {
  background: var(--body-background);
  color: var(--body-color);
  font-family: sans-serif;
}

h1, nav, footer {
  text-align: center;
}

main {
  margin: 4rem auto;
  max-width: 60rem;
}

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
bridgetown-core-0.21.0.beta1 lib/site_template/frontend/styles/index.css
bridgetown-core-0.20.0 lib/site_template/frontend/styles/index.css
bridgetown-core-0.19.3 lib/site_template/frontend/styles/index.css
bridgetown-core-0.19.2 lib/site_template/frontend/styles/index.css
bridgetown-core-0.19.1 lib/site_template/frontend/styles/index.css
bridgetown-core-0.19.0 lib/site_template/frontend/styles/index.css