Merge pull request #2577 from mempool/simon/new-button-color

New button light color
This commit is contained in:
softsimon 2022-09-24 02:39:43 +02:00 committed by GitHub
commit b5027cd646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ $primary: #105fb0;
$secondary: #2d3348;
$success: #1a9436;
$info: #5f4ab8;
$light: #744ad1;
$h5-font-size: 1.15rem !default;