imprint.css 179 B

1234567891011
  1. body {
  2. background-color: var(--bg-color-dark); /* from ../css/global.css */
  3. color: white;
  4. margin: 30px;
  5. }
  6. #title {
  7. margin-bottom: 10px;
  8. font-size: 1.75em;
  9. }