mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 12:50:57 +00:00
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;
|