Merge pull request #2576 from mempool/simon/new-button-colors

Updating info button styling
This commit is contained in:
softsimon 2022-09-24 02:31:24 +02:00 committed by GitHub
commit b496f075a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ $nav-tabs-link-active-bg: #11131f;
$primary: #105fb0; $primary: #105fb0;
$secondary: #2d3348; $secondary: #2d3348;
$success: #1a9436; $success: #1a9436;
$info: #1bd8f4; $info: #5f4ab8;
$h5-font-size: 1.15rem !default; $h5-font-size: 1.15rem !default;