From 4523d6b917592d9c417266769803d57b77268c3d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 29 Nov 2021 08:10:30 +0100 Subject: [PATCH] Changed min contrast ratio for proper button text color --- assets/css/bootstrap.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/bootstrap.scss b/assets/css/bootstrap.scss index 3520480a..1fd195bf 100644 --- a/assets/css/bootstrap.scss +++ b/assets/css/bootstrap.scss @@ -10,5 +10,6 @@ * ---------------------------------------------------------------------------- */ $primary: #439982; +$min-contrast-ratio: 2; @import '../../node_modules/bootstrap/scss/bootstrap';