mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
07e16838b8
Bootstrap 5 base GitOrigin-RevId: 2ac614298d31a9cf65430a46d726648a742044f9
8 lines
331 B
SCSS
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;
|