From 1758d5b37a82f9428fbee54a4bfc70eb6fe59d81 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 14 Sep 2022 12:15:51 +0200 Subject: [PATCH] Change color of secondary buttons --- assets/css/themes/default.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/themes/default.scss b/assets/css/themes/default.scss index ebd9b688..41d2cb62 100644 --- a/assets/css/themes/default.scss +++ b/assets/css/themes/default.scss @@ -177,6 +177,11 @@ $pagination-disabled-border-color: $pagination-border-color !default; } } +.btn-secondary { + //color: #45927d; + color: darken($primary, 5); +} + .btn-outline-secondary { background: none; border-color: #777;