overleaf/services/web/frontend/stylesheets/bootstrap-5/scss/bootstrap-variable-overrides.scss
Tim Down 07e16838b8 Merge pull request #16971 from overleaf/td-bootstrap-5-base
Bootstrap 5 base

GitOrigin-RevId: 2ac614298d31a9cf65430a46d726648a742044f9
2024-02-15 09:04:05 +00:00

8 lines
331 B
SCSS

// This file is included before Bootstrap and is used to override Bootstrap
// default variables and styles
@import 'bootstrap-variable-overrides/fonts';
@import 'bootstrap-variable-overrides/buttons';
// This isn't great but is necessary to persuade Bootstrap to render white text
// on our green buttons
$min-contrast-ratio: 3;