mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
85964c9e43
Bootstrap 5: change spelling of colour to color GitOrigin-RevId: 3edd3537532877e50646bd5d5514cb2d6ec1bd64
11 lines
371 B
SCSS
11 lines
371 B
SCSS
// This file provides overrides for Bootstrap 5's default font-related Sass variables
|
|
|
|
$font-family-sans-serif: 'Noto Sans', sans-serif;
|
|
$font-family-serif: 'Merriweather', serif;
|
|
$font-family-monospace: 'DM Mono', monospace;
|
|
$font-size-base: $default-font-size;
|
|
$line-height-base: $default-line-height;
|
|
|
|
// Colors
|
|
$primary: $bg-accent-01;
|
|
$secondary: $bg-light-primary;
|