setup.scss 556 B

1234567891011121314
  1. // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. // Exceptions. See /LICENSE for license information.
  3. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. // This is modifying the builtin scss, particularly:
  5. // https://github.com/just-the-docs/just-the-docs/blob/main/_sass/color_schemes/light.scss
  6. // https://github.com/just-the-docs/just-the-docs/blob/main/_sass/support/_variables.scss
  7. // Prefer wider content.
  8. $nav-width: 20rem;
  9. $content-width: 60rem;
  10. $code-background-color: #f6f8fa;
  11. $body-text-color: #1f2328;