Skip to content

Commit

Permalink
Merge pull request #14 from woodiertexas/root
Browse files Browse the repository at this point in the history
update warning color on light mode
  • Loading branch information
OroArmor authored May 18, 2024
2 parents 6a55ad3 + 4027292 commit 9db9604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quilt-bulma",
"version": "0.0.23",
"version": "0.0.24",
"description": "Bulma, customized for use on Quilt's websites",
"scripts": {
"build": "node build.mjs",
Expand Down
2 changes: 2 additions & 0 deletions sass/themes/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ $role-modifier-amount-tertiary: 40%;
@import "../../node_modules/bulma/sass/utilities/functions";
@import "../common/colours";

$warning: #e7b416;

$primary-lighter: bulmaLighten($primary, 41%);
$dark: $primary-lighter;
$white: #fefcff;
Expand Down

0 comments on commit 9db9604

Please sign in to comment.