@guillotinaweb/react-gmi 0.33.0 → 0.34.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/README.md +90 -61
  2. package/dist/css/style.css +336 -334
  3. package/dist/css/style.css.map +1 -1
  4. package/dist/favicon.ico +0 -0
  5. package/dist/index.d.ts +1821 -30
  6. package/dist/index.html +44 -0
  7. package/dist/logo.svg +35 -0
  8. package/dist/logo512.png +0 -0
  9. package/dist/manifest.json +25 -0
  10. package/dist/react-gmi.js +24071 -14066
  11. package/dist/react-gmi.js.map +1 -1
  12. package/dist/react-gmi.modern.js +24315 -14176
  13. package/dist/react-gmi.modern.js.map +1 -1
  14. package/dist/robots.txt +2 -0
  15. package/package.json +52 -52
  16. package/dist/actions/add_item.d.ts +0 -5
  17. package/dist/actions/change_pass.d.ts +0 -1
  18. package/dist/actions/copy_item.d.ts +0 -6
  19. package/dist/actions/copy_items.d.ts +0 -8
  20. package/dist/actions/index.d.ts +0 -2
  21. package/dist/actions/move_item.d.ts +0 -6
  22. package/dist/actions/move_items.d.ts +0 -8
  23. package/dist/actions/remove_item.d.ts +0 -6
  24. package/dist/actions/remove_items.d.ts +0 -7
  25. package/dist/components/Link.d.ts +0 -11
  26. package/dist/components/TdLink.d.ts +0 -11
  27. package/dist/components/behavior_view.d.ts +0 -8
  28. package/dist/components/behaviors/iattachment.d.ts +0 -11
  29. package/dist/components/behaviors/idublincore.d.ts +0 -10
  30. package/dist/components/behaviors/iimageattachment.d.ts +0 -9
  31. package/dist/components/behaviors/imultiattachment.d.ts +0 -11
  32. package/dist/components/behaviors/imultiimageattachment.d.ts +0 -11
  33. package/dist/components/behaviors/imultiimageorderedattachment.d.ts +0 -11
  34. package/dist/components/behaviors/iworkflow.d.ts +0 -1
  35. package/dist/components/context_toolbar.d.ts +0 -7
  36. package/dist/components/error_boundary.d.ts +0 -6
  37. package/dist/components/error_zone.d.ts +0 -16
  38. package/dist/components/fields/downloadField.d.ts +0 -11
  39. package/dist/components/fields/editComponent.d.ts +0 -15
  40. package/dist/components/fields/editableField.d.ts +0 -12
  41. package/dist/components/fields/renderField.d.ts +0 -34
  42. package/dist/components/flash.d.ts +0 -1
  43. package/dist/components/guillotina.d.ts +0 -12
  44. package/dist/components/index.d.ts +0 -56
  45. package/dist/components/input/button.d.ts +0 -12
  46. package/dist/components/input/checkbox.d.ts +0 -18
  47. package/dist/components/input/dropdown.d.ts +0 -15
  48. package/dist/components/input/email.d.ts +0 -9
  49. package/dist/components/input/form.d.ts +0 -13
  50. package/dist/components/input/form_builder.d.ts +0 -15
  51. package/dist/components/input/index.d.ts +0 -14
  52. package/dist/components/input/input.d.ts +0 -26
  53. package/dist/components/input/input_list.d.ts +0 -9
  54. package/dist/components/input/password.d.ts +0 -8
  55. package/dist/components/input/search_input.d.ts +0 -21
  56. package/dist/components/input/search_input_list.d.ts +0 -21
  57. package/dist/components/input/select.d.ts +0 -25
  58. package/dist/components/input/select_vocabulary.d.ts +0 -15
  59. package/dist/components/input/textarea.d.ts +0 -15
  60. package/dist/components/input/upload.d.ts +0 -8
  61. package/dist/components/item.d.ts +0 -22
  62. package/dist/components/layout.d.ts +0 -9
  63. package/dist/components/login.d.ts +0 -10
  64. package/dist/components/modal.d.ts +0 -24
  65. package/dist/components/notallowed.d.ts +0 -1
  66. package/dist/components/notfound.d.ts +0 -1
  67. package/dist/components/pagination.d.ts +0 -8
  68. package/dist/components/panel/actions.d.ts +0 -1
  69. package/dist/components/panel/addons.d.ts +0 -1
  70. package/dist/components/panel/behaviors.d.ts +0 -1
  71. package/dist/components/panel/index.d.ts +0 -4
  72. package/dist/components/panel/items.d.ts +0 -1
  73. package/dist/components/panel/permissions.d.ts +0 -7
  74. package/dist/components/panel/permissions_prinperm.d.ts +0 -17
  75. package/dist/components/panel/permissions_prinrole.d.ts +0 -17
  76. package/dist/components/panel/permissions_roleperm.d.ts +0 -17
  77. package/dist/components/panel/properties.d.ts +0 -1
  78. package/dist/components/path.d.ts +0 -1
  79. package/dist/components/properties_view.d.ts +0 -3
  80. package/dist/components/search_labels.d.ts +0 -5
  81. package/dist/components/search_options_labels.d.ts +0 -9
  82. package/dist/components/search_vocabulary_labels.d.ts +0 -6
  83. package/dist/components/selected_items_actions.d.ts +0 -49
  84. package/dist/components/tabs.d.ts +0 -13
  85. package/dist/components/ui/delete.d.ts +0 -8
  86. package/dist/components/ui/icon.d.ts +0 -7
  87. package/dist/components/ui/index.d.ts +0 -6
  88. package/dist/components/ui/loading.d.ts +0 -6
  89. package/dist/components/ui/notification.d.ts +0 -7
  90. package/dist/components/ui/table.d.ts +0 -8
  91. package/dist/components/ui/tag.d.ts +0 -9
  92. package/dist/components/widgets/index.d.ts +0 -1
  93. package/dist/components/widgets/tags.d.ts +0 -13
  94. package/dist/contexts/index.d.ts +0 -57
  95. package/dist/forms/base.d.ts +0 -12
  96. package/dist/forms/required_fields.d.ts +0 -11
  97. package/dist/forms/users.d.ts +0 -13
  98. package/dist/hooks/useClickAway.d.ts +0 -2
  99. package/dist/hooks/useConfig.d.ts +0 -19
  100. package/dist/hooks/useCrudContext.d.ts +0 -21
  101. package/dist/hooks/useInput.d.ts +0 -11
  102. package/dist/hooks/useLocation.d.ts +0 -6
  103. package/dist/hooks/useMountedState.d.ts +0 -1
  104. package/dist/hooks/useRegistry.d.ts +0 -90
  105. package/dist/hooks/useRemoteField.d.ts +0 -2
  106. package/dist/hooks/useSetState.d.ts +0 -6
  107. package/dist/hooks/useVocabulary.d.ts +0 -8
  108. package/dist/lib/auth.d.ts +0 -26
  109. package/dist/lib/client.d.ts +0 -61
  110. package/dist/lib/helpers.d.ts +0 -16
  111. package/dist/lib/processResponse.d.ts +0 -9
  112. package/dist/lib/rest.d.ts +0 -16
  113. package/dist/lib/search.d.ts +0 -2
  114. package/dist/lib/utils.d.ts +0 -5
  115. package/dist/lib/validators.d.ts +0 -12
  116. package/dist/locales/generic_messages.d.ts +0 -248
  117. package/dist/models/index.d.ts +0 -17
  118. package/dist/models/sharing.d.ts +0 -12
  119. package/dist/react-gmi.umd.js +0 -14776
  120. package/dist/react-gmi.umd.js.map +0 -1
  121. package/dist/reducers/guillotina.d.ts +0 -35
  122. package/dist/types/global.d.ts +0 -17
  123. package/dist/types/guillotina.d.ts +0 -279
  124. package/dist/views/application.d.ts +0 -13
  125. package/dist/views/base.d.ts +0 -5
  126. package/dist/views/container.d.ts +0 -1
  127. package/dist/views/folder.d.ts +0 -1
  128. package/dist/views/groups.d.ts +0 -3
  129. package/dist/views/item.d.ts +0 -1
  130. package/dist/views/users.d.ts +0 -3
@@ -96,7 +96,7 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
96
96
  user-select: none;
97
97
  -moz-appearance: none;
98
98
  -webkit-appearance: none;
99
- background-color: rgba(10, 10, 10, 0.2);
99
+ background-color: rgba(10.2, 10.2, 10.2, 0.2);
100
100
  border: none;
101
101
  border-radius: 9999px;
102
102
  cursor: pointer;
@@ -134,10 +134,10 @@ fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fields
134
134
  width: 2px;
135
135
  }
136
136
  .modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
137
- background-color: rgba(10, 10, 10, 0.3);
137
+ background-color: rgba(10.2, 10.2, 10.2, 0.3);
138
138
  }
139
139
  .modal-close:active, .delete:active {
140
- background-color: rgba(10, 10, 10, 0.4);
140
+ background-color: rgba(10.2, 10.2, 10.2, 0.4);
141
141
  }
142
142
  .is-small.modal-close, .is-small.delete {
143
143
  height: 16px;
@@ -355,7 +355,7 @@ a:hover {
355
355
 
356
356
  code {
357
357
  background-color: hsl(0, 0%, 96%);
358
- color: #da1039;
358
+ color: hsl(348, 86%, 46%);
359
359
  font-size: 0.875em;
360
360
  font-weight: normal;
361
361
  padding: 0.25em 0.5em 0.25em;
@@ -438,17 +438,17 @@ table th {
438
438
  .box {
439
439
  background-color: hsl(0, 0%, 100%);
440
440
  border-radius: 6px;
441
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
441
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
442
442
  color: hsl(0, 0%, 29%);
443
443
  display: block;
444
444
  padding: 1.25rem;
445
445
  }
446
446
 
447
447
  a.box:hover, a.box:focus {
448
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px hsl(229, 53%, 53%);
448
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px hsl(229, 53%, 53%);
449
449
  }
450
450
  a.box:active {
451
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px hsl(229, 53%, 53%);
451
+ box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2), 0 0 0 1px hsl(229, 53%, 53%);
452
452
  }
453
453
 
454
454
  .button {
@@ -493,7 +493,7 @@ a.box:active {
493
493
  color: hsl(0, 0%, 21%);
494
494
  }
495
495
  .button:focus:not(:active), .button.is-focused:not(:active) {
496
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
496
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
497
497
  }
498
498
  .button:active, .button.is-active {
499
499
  border-color: hsl(0, 0%, 29%);
@@ -510,7 +510,7 @@ a.box:active {
510
510
  color: hsl(0, 0%, 21%);
511
511
  }
512
512
  .button.is-text:active, .button.is-text.is-active {
513
- background-color: #e8e8e8;
513
+ background-color: hsl(0, 0%, 91%);
514
514
  color: hsl(0, 0%, 21%);
515
515
  }
516
516
  .button.is-text[disabled], fieldset[disabled] .button.is-text {
@@ -534,7 +534,7 @@ a.box:active {
534
534
  color: hsl(0, 0%, 4%);
535
535
  }
536
536
  .button.is-white:hover, .button.is-white.is-hovered {
537
- background-color: #f9f9f9;
537
+ background-color: hsl(0, 0%, 97.5%);
538
538
  border-color: transparent;
539
539
  color: hsl(0, 0%, 4%);
540
540
  }
@@ -546,7 +546,7 @@ a.box:active {
546
546
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
547
547
  }
548
548
  .button.is-white:active, .button.is-white.is-active {
549
- background-color: #f2f2f2;
549
+ background-color: hsl(0, 0%, 95%);
550
550
  border-color: transparent;
551
551
  color: hsl(0, 0%, 4%);
552
552
  }
@@ -560,7 +560,7 @@ a.box:active {
560
560
  color: hsl(0, 0%, 100%);
561
561
  }
562
562
  .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
563
- background-color: black;
563
+ background-color: hsl(0, 0%, 0%);
564
564
  }
565
565
  .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
566
566
  background-color: hsl(0, 0%, 4%);
@@ -617,7 +617,7 @@ a.box:active {
617
617
  color: hsl(0, 0%, 100%);
618
618
  }
619
619
  .button.is-black:hover, .button.is-black.is-hovered {
620
- background-color: #040404;
620
+ background-color: hsl(0, 0%, 1.5%);
621
621
  border-color: transparent;
622
622
  color: hsl(0, 0%, 100%);
623
623
  }
@@ -626,10 +626,10 @@ a.box:active {
626
626
  color: hsl(0, 0%, 100%);
627
627
  }
628
628
  .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
629
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
629
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
630
630
  }
631
631
  .button.is-black:active, .button.is-black.is-active {
632
- background-color: black;
632
+ background-color: hsl(0, 0%, 0%);
633
633
  border-color: transparent;
634
634
  color: hsl(0, 0%, 100%);
635
635
  }
@@ -643,7 +643,7 @@ a.box:active {
643
643
  color: hsl(0, 0%, 4%);
644
644
  }
645
645
  .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
646
- background-color: #f2f2f2;
646
+ background-color: hsl(0, 0%, 95%);
647
647
  }
648
648
  .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
649
649
  background-color: hsl(0, 0%, 100%);
@@ -700,7 +700,7 @@ a.box:active {
700
700
  color: rgba(0, 0, 0, 0.7);
701
701
  }
702
702
  .button.is-light:hover, .button.is-light.is-hovered {
703
- background-color: #eeeeee;
703
+ background-color: hsl(0, 0%, 93.5%);
704
704
  border-color: transparent;
705
705
  color: rgba(0, 0, 0, 0.7);
706
706
  }
@@ -709,10 +709,10 @@ a.box:active {
709
709
  color: rgba(0, 0, 0, 0.7);
710
710
  }
711
711
  .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
712
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
712
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
713
713
  }
714
714
  .button.is-light:active, .button.is-light.is-active {
715
- background-color: #e8e8e8;
715
+ background-color: hsl(0, 0%, 91%);
716
716
  border-color: transparent;
717
717
  color: rgba(0, 0, 0, 0.7);
718
718
  }
@@ -783,7 +783,7 @@ a.box:active {
783
783
  color: #fff;
784
784
  }
785
785
  .button.is-dark:hover, .button.is-dark.is-hovered {
786
- background-color: #2f2f2f;
786
+ background-color: hsl(0, 0%, 18.5%);
787
787
  border-color: transparent;
788
788
  color: #fff;
789
789
  }
@@ -792,10 +792,10 @@ a.box:active {
792
792
  color: #fff;
793
793
  }
794
794
  .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
795
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
795
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
796
796
  }
797
797
  .button.is-dark:active, .button.is-dark.is-active {
798
- background-color: #292929;
798
+ background-color: hsl(0, 0%, 16%);
799
799
  border-color: transparent;
800
800
  color: #fff;
801
801
  }
@@ -809,7 +809,7 @@ a.box:active {
809
809
  color: hsl(0, 0%, 21%);
810
810
  }
811
811
  .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
812
- background-color: #f2f2f2;
812
+ background-color: rgb(242.25, 242.25, 242.25);
813
813
  }
814
814
  .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
815
815
  background-color: #fff;
@@ -866,7 +866,7 @@ a.box:active {
866
866
  color: #fff;
867
867
  }
868
868
  .button.is-primary:hover, .button.is-primary.is-hovered {
869
- background-color: #00c4a7;
869
+ background-color: hsl(171, 100%, 38.5%);
870
870
  border-color: transparent;
871
871
  color: #fff;
872
872
  }
@@ -875,10 +875,10 @@ a.box:active {
875
875
  color: #fff;
876
876
  }
877
877
  .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
878
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
878
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
879
879
  }
880
880
  .button.is-primary:active, .button.is-primary.is-active {
881
- background-color: #00b89c;
881
+ background-color: hsl(171, 100%, 36%);
882
882
  border-color: transparent;
883
883
  color: #fff;
884
884
  }
@@ -892,7 +892,7 @@ a.box:active {
892
892
  color: hsl(171, 100%, 41%);
893
893
  }
894
894
  .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
895
- background-color: #f2f2f2;
895
+ background-color: rgb(242.25, 242.25, 242.25);
896
896
  }
897
897
  .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
898
898
  background-color: #fff;
@@ -944,18 +944,18 @@ a.box:active {
944
944
  color: #fff;
945
945
  }
946
946
  .button.is-primary.is-light {
947
- background-color: #ebfffc;
948
- color: #00947e;
947
+ background-color: hsl(171, 100%, 96%);
948
+ color: hsl(171, 100%, 29%);
949
949
  }
950
950
  .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
951
- background-color: #defffa;
951
+ background-color: hsl(171, 100%, 93.5%);
952
952
  border-color: transparent;
953
- color: #00947e;
953
+ color: hsl(171, 100%, 29%);
954
954
  }
955
955
  .button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
956
- background-color: #d1fff8;
956
+ background-color: hsl(171, 100%, 91%);
957
957
  border-color: transparent;
958
- color: #00947e;
958
+ color: hsl(171, 100%, 29%);
959
959
  }
960
960
  .button.is-link {
961
961
  background-color: hsl(229, 53%, 53%);
@@ -963,7 +963,7 @@ a.box:active {
963
963
  color: #fff;
964
964
  }
965
965
  .button.is-link:hover, .button.is-link.is-hovered {
966
- background-color: #3e56c4;
966
+ background-color: hsl(229, 53%, 50.5%);
967
967
  border-color: transparent;
968
968
  color: #fff;
969
969
  }
@@ -972,10 +972,10 @@ a.box:active {
972
972
  color: #fff;
973
973
  }
974
974
  .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
975
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
975
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
976
976
  }
977
977
  .button.is-link:active, .button.is-link.is-active {
978
- background-color: #3a51bb;
978
+ background-color: hsl(229, 53%, 48%);
979
979
  border-color: transparent;
980
980
  color: #fff;
981
981
  }
@@ -989,7 +989,7 @@ a.box:active {
989
989
  color: hsl(229, 53%, 53%);
990
990
  }
991
991
  .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
992
- background-color: #f2f2f2;
992
+ background-color: rgb(242.25, 242.25, 242.25);
993
993
  }
994
994
  .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
995
995
  background-color: #fff;
@@ -1041,18 +1041,18 @@ a.box:active {
1041
1041
  color: #fff;
1042
1042
  }
1043
1043
  .button.is-link.is-light {
1044
- background-color: #eff1fa;
1045
- color: #3850b7;
1044
+ background-color: hsl(229, 53%, 96%);
1045
+ color: hsl(229, 53%, 47%);
1046
1046
  }
1047
1047
  .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
1048
- background-color: #e6e9f7;
1048
+ background-color: hsl(229, 53%, 93.5%);
1049
1049
  border-color: transparent;
1050
- color: #3850b7;
1050
+ color: hsl(229, 53%, 47%);
1051
1051
  }
1052
1052
  .button.is-link.is-light:active, .button.is-link.is-light.is-active {
1053
- background-color: #dce0f4;
1053
+ background-color: hsl(229, 53%, 91%);
1054
1054
  border-color: transparent;
1055
- color: #3850b7;
1055
+ color: hsl(229, 53%, 47%);
1056
1056
  }
1057
1057
  .button.is-info {
1058
1058
  background-color: hsl(207, 61%, 53%);
@@ -1060,7 +1060,7 @@ a.box:active {
1060
1060
  color: #fff;
1061
1061
  }
1062
1062
  .button.is-info:hover, .button.is-info.is-hovered {
1063
- background-color: #3488ce;
1063
+ background-color: hsl(207, 61%, 50.5%);
1064
1064
  border-color: transparent;
1065
1065
  color: #fff;
1066
1066
  }
@@ -1069,10 +1069,10 @@ a.box:active {
1069
1069
  color: #fff;
1070
1070
  }
1071
1071
  .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
1072
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
1072
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
1073
1073
  }
1074
1074
  .button.is-info:active, .button.is-info.is-active {
1075
- background-color: #3082c5;
1075
+ background-color: hsl(207, 61%, 48%);
1076
1076
  border-color: transparent;
1077
1077
  color: #fff;
1078
1078
  }
@@ -1086,7 +1086,7 @@ a.box:active {
1086
1086
  color: hsl(207, 61%, 53%);
1087
1087
  }
1088
1088
  .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
1089
- background-color: #f2f2f2;
1089
+ background-color: rgb(242.25, 242.25, 242.25);
1090
1090
  }
1091
1091
  .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
1092
1092
  background-color: #fff;
@@ -1138,18 +1138,18 @@ a.box:active {
1138
1138
  color: #fff;
1139
1139
  }
1140
1140
  .button.is-info.is-light {
1141
- background-color: #eff5fb;
1142
- color: #296fa8;
1141
+ background-color: hsl(207, 61%, 96%);
1142
+ color: hsl(207, 61%, 41%);
1143
1143
  }
1144
1144
  .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
1145
- background-color: #e4eff9;
1145
+ background-color: hsl(207, 61%, 93.5%);
1146
1146
  border-color: transparent;
1147
- color: #296fa8;
1147
+ color: hsl(207, 61%, 41%);
1148
1148
  }
1149
1149
  .button.is-info.is-light:active, .button.is-info.is-light.is-active {
1150
- background-color: #dae9f6;
1150
+ background-color: hsl(207, 61%, 91%);
1151
1151
  border-color: transparent;
1152
- color: #296fa8;
1152
+ color: hsl(207, 61%, 41%);
1153
1153
  }
1154
1154
  .button.is-success {
1155
1155
  background-color: hsl(153, 53%, 53%);
@@ -1157,7 +1157,7 @@ a.box:active {
1157
1157
  color: #fff;
1158
1158
  }
1159
1159
  .button.is-success:hover, .button.is-success.is-hovered {
1160
- background-color: #3ec487;
1160
+ background-color: hsl(153, 53%, 50.5%);
1161
1161
  border-color: transparent;
1162
1162
  color: #fff;
1163
1163
  }
@@ -1166,10 +1166,10 @@ a.box:active {
1166
1166
  color: #fff;
1167
1167
  }
1168
1168
  .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
1169
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
1169
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
1170
1170
  }
1171
1171
  .button.is-success:active, .button.is-success.is-active {
1172
- background-color: #3abb81;
1172
+ background-color: hsl(153, 53%, 48%);
1173
1173
  border-color: transparent;
1174
1174
  color: #fff;
1175
1175
  }
@@ -1183,7 +1183,7 @@ a.box:active {
1183
1183
  color: hsl(153, 53%, 53%);
1184
1184
  }
1185
1185
  .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
1186
- background-color: #f2f2f2;
1186
+ background-color: rgb(242.25, 242.25, 242.25);
1187
1187
  }
1188
1188
  .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
1189
1189
  background-color: #fff;
@@ -1235,18 +1235,18 @@ a.box:active {
1235
1235
  color: #fff;
1236
1236
  }
1237
1237
  .button.is-success.is-light {
1238
- background-color: #effaf5;
1239
- color: #257953;
1238
+ background-color: hsl(153, 53%, 96%);
1239
+ color: hsl(153, 53%, 31%);
1240
1240
  }
1241
1241
  .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
1242
- background-color: #e6f7ef;
1242
+ background-color: hsl(153, 53%, 93.5%);
1243
1243
  border-color: transparent;
1244
- color: #257953;
1244
+ color: hsl(153, 53%, 31%);
1245
1245
  }
1246
1246
  .button.is-success.is-light:active, .button.is-success.is-light.is-active {
1247
- background-color: #dcf4e9;
1247
+ background-color: hsl(153, 53%, 91%);
1248
1248
  border-color: transparent;
1249
- color: #257953;
1249
+ color: hsl(153, 53%, 31%);
1250
1250
  }
1251
1251
  .button.is-warning {
1252
1252
  background-color: hsl(44, 100%, 77%);
@@ -1254,7 +1254,7 @@ a.box:active {
1254
1254
  color: rgba(0, 0, 0, 0.7);
1255
1255
  }
1256
1256
  .button.is-warning:hover, .button.is-warning.is-hovered {
1257
- background-color: #ffdc7d;
1257
+ background-color: hsl(44, 100%, 74.5%);
1258
1258
  border-color: transparent;
1259
1259
  color: rgba(0, 0, 0, 0.7);
1260
1260
  }
@@ -1263,10 +1263,10 @@ a.box:active {
1263
1263
  color: rgba(0, 0, 0, 0.7);
1264
1264
  }
1265
1265
  .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
1266
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
1266
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
1267
1267
  }
1268
1268
  .button.is-warning:active, .button.is-warning.is-active {
1269
- background-color: #ffd970;
1269
+ background-color: hsl(44, 100%, 72%);
1270
1270
  border-color: transparent;
1271
1271
  color: rgba(0, 0, 0, 0.7);
1272
1272
  }
@@ -1332,18 +1332,18 @@ a.box:active {
1332
1332
  color: rgba(0, 0, 0, 0.7);
1333
1333
  }
1334
1334
  .button.is-warning.is-light {
1335
- background-color: #fffaeb;
1336
- color: #946c00;
1335
+ background-color: hsl(44, 100%, 96%);
1336
+ color: hsl(44, 100%, 29%);
1337
1337
  }
1338
1338
  .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
1339
- background-color: #fff6de;
1339
+ background-color: hsl(44, 100%, 93.5%);
1340
1340
  border-color: transparent;
1341
- color: #946c00;
1341
+ color: hsl(44, 100%, 29%);
1342
1342
  }
1343
1343
  .button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
1344
- background-color: #fff3d1;
1344
+ background-color: hsl(44, 100%, 91%);
1345
1345
  border-color: transparent;
1346
- color: #946c00;
1346
+ color: hsl(44, 100%, 29%);
1347
1347
  }
1348
1348
  .button.is-danger {
1349
1349
  background-color: hsl(348, 86%, 61%);
@@ -1351,7 +1351,7 @@ a.box:active {
1351
1351
  color: #fff;
1352
1352
  }
1353
1353
  .button.is-danger:hover, .button.is-danger.is-hovered {
1354
- background-color: #f03a5f;
1354
+ background-color: hsl(348, 86%, 58.5%);
1355
1355
  border-color: transparent;
1356
1356
  color: #fff;
1357
1357
  }
@@ -1360,10 +1360,10 @@ a.box:active {
1360
1360
  color: #fff;
1361
1361
  }
1362
1362
  .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
1363
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
1363
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
1364
1364
  }
1365
1365
  .button.is-danger:active, .button.is-danger.is-active {
1366
- background-color: #ef2e55;
1366
+ background-color: hsl(348, 86%, 56%);
1367
1367
  border-color: transparent;
1368
1368
  color: #fff;
1369
1369
  }
@@ -1377,7 +1377,7 @@ a.box:active {
1377
1377
  color: hsl(348, 86%, 61%);
1378
1378
  }
1379
1379
  .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
1380
- background-color: #f2f2f2;
1380
+ background-color: rgb(242.25, 242.25, 242.25);
1381
1381
  }
1382
1382
  .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
1383
1383
  background-color: #fff;
@@ -1429,25 +1429,25 @@ a.box:active {
1429
1429
  color: #fff;
1430
1430
  }
1431
1431
  .button.is-danger.is-light {
1432
- background-color: #feecf0;
1433
- color: #cc0f35;
1432
+ background-color: hsl(348, 86%, 96%);
1433
+ color: hsl(348, 86%, 43%);
1434
1434
  }
1435
1435
  .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
1436
- background-color: #fde0e6;
1436
+ background-color: hsl(348, 86%, 93.5%);
1437
1437
  border-color: transparent;
1438
- color: #cc0f35;
1438
+ color: hsl(348, 86%, 43%);
1439
1439
  }
1440
1440
  .button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
1441
- background-color: #fcd4dc;
1441
+ background-color: hsl(348, 86%, 91%);
1442
1442
  border-color: transparent;
1443
- color: #cc0f35;
1444
- }
1445
- .button.is-small {
1446
- font-size: 0.75rem;
1443
+ color: hsl(348, 86%, 43%);
1447
1444
  }
1448
1445
  .button.is-small:not(.is-rounded) {
1449
1446
  border-radius: 2px;
1450
1447
  }
1448
+ .button.is-small {
1449
+ font-size: 0.75rem;
1450
+ }
1451
1451
  .button.is-normal {
1452
1452
  font-size: 1rem;
1453
1453
  }
@@ -1508,12 +1508,12 @@ a.box:active {
1508
1508
  .buttons:not(:last-child) {
1509
1509
  margin-bottom: 1rem;
1510
1510
  }
1511
- .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
1512
- font-size: 0.75rem;
1513
- }
1514
1511
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
1515
1512
  border-radius: 2px;
1516
1513
  }
1514
+ .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
1515
+ font-size: 0.75rem;
1516
+ }
1517
1517
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
1518
1518
  font-size: 1.25rem;
1519
1519
  }
@@ -2000,48 +2000,48 @@ div.icon-text {
2000
2000
  color: #fff;
2001
2001
  }
2002
2002
  .notification.is-primary.is-light {
2003
- background-color: #ebfffc;
2004
- color: #00947e;
2003
+ background-color: hsl(171, 100%, 96%);
2004
+ color: hsl(171, 100%, 29%);
2005
2005
  }
2006
2006
  .notification.is-link {
2007
2007
  background-color: hsl(229, 53%, 53%);
2008
2008
  color: #fff;
2009
2009
  }
2010
2010
  .notification.is-link.is-light {
2011
- background-color: #eff1fa;
2012
- color: #3850b7;
2011
+ background-color: hsl(229, 53%, 96%);
2012
+ color: hsl(229, 53%, 47%);
2013
2013
  }
2014
2014
  .notification.is-info {
2015
2015
  background-color: hsl(207, 61%, 53%);
2016
2016
  color: #fff;
2017
2017
  }
2018
2018
  .notification.is-info.is-light {
2019
- background-color: #eff5fb;
2020
- color: #296fa8;
2019
+ background-color: hsl(207, 61%, 96%);
2020
+ color: hsl(207, 61%, 41%);
2021
2021
  }
2022
2022
  .notification.is-success {
2023
2023
  background-color: hsl(153, 53%, 53%);
2024
2024
  color: #fff;
2025
2025
  }
2026
2026
  .notification.is-success.is-light {
2027
- background-color: #effaf5;
2028
- color: #257953;
2027
+ background-color: hsl(153, 53%, 96%);
2028
+ color: hsl(153, 53%, 31%);
2029
2029
  }
2030
2030
  .notification.is-warning {
2031
2031
  background-color: hsl(44, 100%, 77%);
2032
2032
  color: rgba(0, 0, 0, 0.7);
2033
2033
  }
2034
2034
  .notification.is-warning.is-light {
2035
- background-color: #fffaeb;
2036
- color: #946c00;
2035
+ background-color: hsl(44, 100%, 96%);
2036
+ color: hsl(44, 100%, 29%);
2037
2037
  }
2038
2038
  .notification.is-danger {
2039
2039
  background-color: hsl(348, 86%, 61%);
2040
2040
  color: #fff;
2041
2041
  }
2042
2042
  .notification.is-danger.is-light {
2043
- background-color: #feecf0;
2044
- color: #cc0f35;
2043
+ background-color: hsl(348, 86%, 96%);
2044
+ color: hsl(348, 86%, 43%);
2045
2045
  }
2046
2046
 
2047
2047
  .progress {
@@ -2486,48 +2486,48 @@ div.icon-text {
2486
2486
  color: #fff;
2487
2487
  }
2488
2488
  .tag:not(body).is-primary.is-light {
2489
- background-color: #ebfffc;
2490
- color: #00947e;
2489
+ background-color: hsl(171, 100%, 96%);
2490
+ color: hsl(171, 100%, 29%);
2491
2491
  }
2492
2492
  .tag:not(body).is-link {
2493
2493
  background-color: hsl(229, 53%, 53%);
2494
2494
  color: #fff;
2495
2495
  }
2496
2496
  .tag:not(body).is-link.is-light {
2497
- background-color: #eff1fa;
2498
- color: #3850b7;
2497
+ background-color: hsl(229, 53%, 96%);
2498
+ color: hsl(229, 53%, 47%);
2499
2499
  }
2500
2500
  .tag:not(body).is-info {
2501
2501
  background-color: hsl(207, 61%, 53%);
2502
2502
  color: #fff;
2503
2503
  }
2504
2504
  .tag:not(body).is-info.is-light {
2505
- background-color: #eff5fb;
2506
- color: #296fa8;
2505
+ background-color: hsl(207, 61%, 96%);
2506
+ color: hsl(207, 61%, 41%);
2507
2507
  }
2508
2508
  .tag:not(body).is-success {
2509
2509
  background-color: hsl(153, 53%, 53%);
2510
2510
  color: #fff;
2511
2511
  }
2512
2512
  .tag:not(body).is-success.is-light {
2513
- background-color: #effaf5;
2514
- color: #257953;
2513
+ background-color: hsl(153, 53%, 96%);
2514
+ color: hsl(153, 53%, 31%);
2515
2515
  }
2516
2516
  .tag:not(body).is-warning {
2517
2517
  background-color: hsl(44, 100%, 77%);
2518
2518
  color: rgba(0, 0, 0, 0.7);
2519
2519
  }
2520
2520
  .tag:not(body).is-warning.is-light {
2521
- background-color: #fffaeb;
2522
- color: #946c00;
2521
+ background-color: hsl(44, 100%, 96%);
2522
+ color: hsl(44, 100%, 29%);
2523
2523
  }
2524
2524
  .tag:not(body).is-danger {
2525
2525
  background-color: hsl(348, 86%, 61%);
2526
2526
  color: #fff;
2527
2527
  }
2528
2528
  .tag:not(body).is-danger.is-light {
2529
- background-color: #feecf0;
2530
- color: #cc0f35;
2529
+ background-color: hsl(348, 86%, 96%);
2530
+ color: hsl(348, 86%, 43%);
2531
2531
  }
2532
2532
  .tag:not(body).is-normal {
2533
2533
  font-size: 0.75rem;
@@ -2575,10 +2575,10 @@ div.icon-text {
2575
2575
  width: 1px;
2576
2576
  }
2577
2577
  .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
2578
- background-color: #e8e8e8;
2578
+ background-color: hsl(0, 0%, 91%);
2579
2579
  }
2580
2580
  .tag:not(body).is-delete:active {
2581
- background-color: #dbdbdb;
2581
+ background-color: hsl(0, 0%, 86%);
2582
2582
  }
2583
2583
  .tag:not(body).is-rounded {
2584
2584
  border-radius: 9999px;
@@ -2712,23 +2712,23 @@ a.tag:hover {
2712
2712
  color: hsl(0, 0%, 21%);
2713
2713
  }
2714
2714
  .select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
2715
- color: rgba(54, 54, 54, 0.3);
2715
+ color: rgba(53.55, 53.55, 53.55, 0.3);
2716
2716
  }
2717
2717
  .select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
2718
- color: rgba(54, 54, 54, 0.3);
2718
+ color: rgba(53.55, 53.55, 53.55, 0.3);
2719
2719
  }
2720
2720
  .select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
2721
- color: rgba(54, 54, 54, 0.3);
2721
+ color: rgba(53.55, 53.55, 53.55, 0.3);
2722
2722
  }
2723
2723
  .select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
2724
- color: rgba(54, 54, 54, 0.3);
2724
+ color: rgba(53.55, 53.55, 53.55, 0.3);
2725
2725
  }
2726
2726
  .select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
2727
2727
  border-color: hsl(0, 0%, 71%);
2728
2728
  }
2729
2729
  .select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
2730
2730
  border-color: hsl(229, 53%, 53%);
2731
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
2731
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
2732
2732
  }
2733
2733
  .select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
2734
2734
  background-color: hsl(0, 0%, 96%);
@@ -2737,20 +2737,20 @@ a.tag:hover {
2737
2737
  color: hsl(0, 0%, 48%);
2738
2738
  }
2739
2739
  .select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
2740
- color: rgba(122, 122, 122, 0.3);
2740
+ color: rgba(122.4, 122.4, 122.4, 0.3);
2741
2741
  }
2742
2742
  .select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
2743
- color: rgba(122, 122, 122, 0.3);
2743
+ color: rgba(122.4, 122.4, 122.4, 0.3);
2744
2744
  }
2745
2745
  .select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
2746
- color: rgba(122, 122, 122, 0.3);
2746
+ color: rgba(122.4, 122.4, 122.4, 0.3);
2747
2747
  }
2748
2748
  .select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
2749
- color: rgba(122, 122, 122, 0.3);
2749
+ color: rgba(122.4, 122.4, 122.4, 0.3);
2750
2750
  }
2751
2751
 
2752
2752
  .textarea, .input {
2753
- box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
2753
+ box-shadow: inset 0 0.0625em 0.125em rgba(10.2, 10.2, 10.2, 0.05);
2754
2754
  max-width: 100%;
2755
2755
  width: 100%;
2756
2756
  }
@@ -2767,55 +2767,55 @@ a.tag:hover {
2767
2767
  border-color: hsl(0, 0%, 4%);
2768
2768
  }
2769
2769
  .is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
2770
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
2770
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
2771
2771
  }
2772
2772
  .is-light.textarea, .is-light.input {
2773
2773
  border-color: hsl(0, 0%, 96%);
2774
2774
  }
2775
2775
  .is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
2776
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
2776
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
2777
2777
  }
2778
2778
  .is-dark.textarea, .is-dark.input {
2779
2779
  border-color: hsl(0, 0%, 21%);
2780
2780
  }
2781
2781
  .is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
2782
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
2782
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
2783
2783
  }
2784
2784
  .is-primary.textarea, .is-primary.input {
2785
2785
  border-color: hsl(171, 100%, 41%);
2786
2786
  }
2787
2787
  .is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
2788
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
2788
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
2789
2789
  }
2790
2790
  .is-link.textarea, .is-link.input {
2791
2791
  border-color: hsl(229, 53%, 53%);
2792
2792
  }
2793
2793
  .is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
2794
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
2794
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
2795
2795
  }
2796
2796
  .is-info.textarea, .is-info.input {
2797
2797
  border-color: hsl(207, 61%, 53%);
2798
2798
  }
2799
2799
  .is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
2800
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
2800
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
2801
2801
  }
2802
2802
  .is-success.textarea, .is-success.input {
2803
2803
  border-color: hsl(153, 53%, 53%);
2804
2804
  }
2805
2805
  .is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
2806
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
2806
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
2807
2807
  }
2808
2808
  .is-warning.textarea, .is-warning.input {
2809
2809
  border-color: hsl(44, 100%, 77%);
2810
2810
  }
2811
2811
  .is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
2812
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
2812
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
2813
2813
  }
2814
2814
  .is-danger.textarea, .is-danger.input {
2815
2815
  border-color: hsl(348, 86%, 61%);
2816
2816
  }
2817
2817
  .is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
2818
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
2818
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
2819
2819
  }
2820
2820
  .is-small.textarea, .is-small.input {
2821
2821
  border-radius: 2px;
@@ -2941,7 +2941,7 @@ a.tag:hover {
2941
2941
  border-color: hsl(0, 0%, 100%);
2942
2942
  }
2943
2943
  .select.is-white select:hover, .select.is-white select.is-hovered {
2944
- border-color: #f2f2f2;
2944
+ border-color: hsl(0, 0%, 95%);
2945
2945
  }
2946
2946
  .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
2947
2947
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
@@ -2953,10 +2953,10 @@ a.tag:hover {
2953
2953
  border-color: hsl(0, 0%, 4%);
2954
2954
  }
2955
2955
  .select.is-black select:hover, .select.is-black select.is-hovered {
2956
- border-color: black;
2956
+ border-color: hsl(0, 0%, 0%);
2957
2957
  }
2958
2958
  .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
2959
- box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
2959
+ box-shadow: 0 0 0 0.125em rgba(10.2, 10.2, 10.2, 0.25);
2960
2960
  }
2961
2961
  .select.is-light:not(:hover)::after {
2962
2962
  border-color: hsl(0, 0%, 96%);
@@ -2965,10 +2965,10 @@ a.tag:hover {
2965
2965
  border-color: hsl(0, 0%, 96%);
2966
2966
  }
2967
2967
  .select.is-light select:hover, .select.is-light select.is-hovered {
2968
- border-color: #e8e8e8;
2968
+ border-color: hsl(0, 0%, 91%);
2969
2969
  }
2970
2970
  .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
2971
- box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
2971
+ box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
2972
2972
  }
2973
2973
  .select.is-dark:not(:hover)::after {
2974
2974
  border-color: hsl(0, 0%, 21%);
@@ -2977,10 +2977,10 @@ a.tag:hover {
2977
2977
  border-color: hsl(0, 0%, 21%);
2978
2978
  }
2979
2979
  .select.is-dark select:hover, .select.is-dark select.is-hovered {
2980
- border-color: #292929;
2980
+ border-color: hsl(0, 0%, 16%);
2981
2981
  }
2982
2982
  .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
2983
- box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
2983
+ box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
2984
2984
  }
2985
2985
  .select.is-primary:not(:hover)::after {
2986
2986
  border-color: hsl(171, 100%, 41%);
@@ -2989,10 +2989,10 @@ a.tag:hover {
2989
2989
  border-color: hsl(171, 100%, 41%);
2990
2990
  }
2991
2991
  .select.is-primary select:hover, .select.is-primary select.is-hovered {
2992
- border-color: #00b89c;
2992
+ border-color: hsl(171, 100%, 36%);
2993
2993
  }
2994
2994
  .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
2995
- box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
2995
+ box-shadow: 0 0 0 0.125em rgba(0, 209.1, 177.735, 0.25);
2996
2996
  }
2997
2997
  .select.is-link:not(:hover)::after {
2998
2998
  border-color: hsl(229, 53%, 53%);
@@ -3001,10 +3001,10 @@ a.tag:hover {
3001
3001
  border-color: hsl(229, 53%, 53%);
3002
3002
  }
3003
3003
  .select.is-link select:hover, .select.is-link select.is-hovered {
3004
- border-color: #3a51bb;
3004
+ border-color: hsl(229, 53%, 48%);
3005
3005
  }
3006
3006
  .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
3007
- box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
3007
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
3008
3008
  }
3009
3009
  .select.is-info:not(:hover)::after {
3010
3010
  border-color: hsl(207, 61%, 53%);
@@ -3013,10 +3013,10 @@ a.tag:hover {
3013
3013
  border-color: hsl(207, 61%, 53%);
3014
3014
  }
3015
3015
  .select.is-info select:hover, .select.is-info select.is-hovered {
3016
- border-color: #3082c5;
3016
+ border-color: hsl(207, 61%, 48%);
3017
3017
  }
3018
3018
  .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
3019
- box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
3019
+ box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
3020
3020
  }
3021
3021
  .select.is-success:not(:hover)::after {
3022
3022
  border-color: hsl(153, 53%, 53%);
@@ -3025,10 +3025,10 @@ a.tag:hover {
3025
3025
  border-color: hsl(153, 53%, 53%);
3026
3026
  }
3027
3027
  .select.is-success select:hover, .select.is-success select.is-hovered {
3028
- border-color: #3abb81;
3028
+ border-color: hsl(153, 53%, 48%);
3029
3029
  }
3030
3030
  .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
3031
- box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
3031
+ box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
3032
3032
  }
3033
3033
  .select.is-warning:not(:hover)::after {
3034
3034
  border-color: hsl(44, 100%, 77%);
@@ -3037,10 +3037,10 @@ a.tag:hover {
3037
3037
  border-color: hsl(44, 100%, 77%);
3038
3038
  }
3039
3039
  .select.is-warning select:hover, .select.is-warning select.is-hovered {
3040
- border-color: #ffd970;
3040
+ border-color: hsl(44, 100%, 72%);
3041
3041
  }
3042
3042
  .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
3043
- box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
3043
+ box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
3044
3044
  }
3045
3045
  .select.is-danger:not(:hover)::after {
3046
3046
  border-color: hsl(348, 86%, 61%);
@@ -3049,10 +3049,10 @@ a.tag:hover {
3049
3049
  border-color: hsl(348, 86%, 61%);
3050
3050
  }
3051
3051
  .select.is-danger select:hover, .select.is-danger select.is-hovered {
3052
- border-color: #ef2e55;
3052
+ border-color: hsl(348, 86%, 56%);
3053
3053
  }
3054
3054
  .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
3055
- box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
3055
+ box-shadow: 0 0 0 0.125em rgba(241.077, 70.023, 104.2338, 0.25);
3056
3056
  }
3057
3057
  .select.is-small {
3058
3058
  border-radius: 2px;
@@ -3103,7 +3103,7 @@ a.tag:hover {
3103
3103
  color: hsl(0, 0%, 4%);
3104
3104
  }
3105
3105
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
3106
- background-color: #f9f9f9;
3106
+ background-color: hsl(0, 0%, 97.5%);
3107
3107
  border-color: transparent;
3108
3108
  color: hsl(0, 0%, 4%);
3109
3109
  }
@@ -3113,7 +3113,7 @@ a.tag:hover {
3113
3113
  color: hsl(0, 0%, 4%);
3114
3114
  }
3115
3115
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
3116
- background-color: #f2f2f2;
3116
+ background-color: hsl(0, 0%, 95%);
3117
3117
  border-color: transparent;
3118
3118
  color: hsl(0, 0%, 4%);
3119
3119
  }
@@ -3123,17 +3123,17 @@ a.tag:hover {
3123
3123
  color: hsl(0, 0%, 100%);
3124
3124
  }
3125
3125
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
3126
- background-color: #040404;
3126
+ background-color: hsl(0, 0%, 1.5%);
3127
3127
  border-color: transparent;
3128
3128
  color: hsl(0, 0%, 100%);
3129
3129
  }
3130
3130
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
3131
3131
  border-color: transparent;
3132
- box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
3132
+ box-shadow: 0 0 0.5em rgba(10.2, 10.2, 10.2, 0.25);
3133
3133
  color: hsl(0, 0%, 100%);
3134
3134
  }
3135
3135
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
3136
- background-color: black;
3136
+ background-color: hsl(0, 0%, 0%);
3137
3137
  border-color: transparent;
3138
3138
  color: hsl(0, 0%, 100%);
3139
3139
  }
@@ -3143,17 +3143,17 @@ a.tag:hover {
3143
3143
  color: rgba(0, 0, 0, 0.7);
3144
3144
  }
3145
3145
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
3146
- background-color: #eeeeee;
3146
+ background-color: hsl(0, 0%, 93.5%);
3147
3147
  border-color: transparent;
3148
3148
  color: rgba(0, 0, 0, 0.7);
3149
3149
  }
3150
3150
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
3151
3151
  border-color: transparent;
3152
- box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
3152
+ box-shadow: 0 0 0.5em rgba(244.8, 244.8, 244.8, 0.25);
3153
3153
  color: rgba(0, 0, 0, 0.7);
3154
3154
  }
3155
3155
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
3156
- background-color: #e8e8e8;
3156
+ background-color: hsl(0, 0%, 91%);
3157
3157
  border-color: transparent;
3158
3158
  color: rgba(0, 0, 0, 0.7);
3159
3159
  }
@@ -3163,17 +3163,17 @@ a.tag:hover {
3163
3163
  color: #fff;
3164
3164
  }
3165
3165
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
3166
- background-color: #2f2f2f;
3166
+ background-color: hsl(0, 0%, 18.5%);
3167
3167
  border-color: transparent;
3168
3168
  color: #fff;
3169
3169
  }
3170
3170
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
3171
3171
  border-color: transparent;
3172
- box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
3172
+ box-shadow: 0 0 0.5em rgba(53.55, 53.55, 53.55, 0.25);
3173
3173
  color: #fff;
3174
3174
  }
3175
3175
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
3176
- background-color: #292929;
3176
+ background-color: hsl(0, 0%, 16%);
3177
3177
  border-color: transparent;
3178
3178
  color: #fff;
3179
3179
  }
@@ -3183,17 +3183,17 @@ a.tag:hover {
3183
3183
  color: #fff;
3184
3184
  }
3185
3185
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
3186
- background-color: #00c4a7;
3186
+ background-color: hsl(171, 100%, 38.5%);
3187
3187
  border-color: transparent;
3188
3188
  color: #fff;
3189
3189
  }
3190
3190
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
3191
3191
  border-color: transparent;
3192
- box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
3192
+ box-shadow: 0 0 0.5em rgba(0, 209.1, 177.735, 0.25);
3193
3193
  color: #fff;
3194
3194
  }
3195
3195
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
3196
- background-color: #00b89c;
3196
+ background-color: hsl(171, 100%, 36%);
3197
3197
  border-color: transparent;
3198
3198
  color: #fff;
3199
3199
  }
@@ -3203,17 +3203,17 @@ a.tag:hover {
3203
3203
  color: #fff;
3204
3204
  }
3205
3205
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
3206
- background-color: #3e56c4;
3206
+ background-color: hsl(229, 53%, 50.5%);
3207
3207
  border-color: transparent;
3208
3208
  color: #fff;
3209
3209
  }
3210
3210
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
3211
3211
  border-color: transparent;
3212
- box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
3212
+ box-shadow: 0 0 0.5em rgba(71.6295, 94.92035, 198.6705, 0.25);
3213
3213
  color: #fff;
3214
3214
  }
3215
3215
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
3216
- background-color: #3a51bb;
3216
+ background-color: hsl(229, 53%, 48%);
3217
3217
  border-color: transparent;
3218
3218
  color: #fff;
3219
3219
  }
@@ -3223,17 +3223,17 @@ a.tag:hover {
3223
3223
  color: #fff;
3224
3224
  }
3225
3225
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
3226
- background-color: #3488ce;
3226
+ background-color: hsl(207, 61%, 50.5%);
3227
3227
  border-color: transparent;
3228
3228
  color: #fff;
3229
3229
  }
3230
3230
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
3231
3231
  border-color: transparent;
3232
- box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
3232
+ box-shadow: 0 0 0.5em rgba(62.0415, 142.46085, 208.2585, 0.25);
3233
3233
  color: #fff;
3234
3234
  }
3235
3235
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
3236
- background-color: #3082c5;
3236
+ background-color: hsl(207, 61%, 48%);
3237
3237
  border-color: transparent;
3238
3238
  color: #fff;
3239
3239
  }
@@ -3243,17 +3243,17 @@ a.tag:hover {
3243
3243
  color: #fff;
3244
3244
  }
3245
3245
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
3246
- background-color: #3ec487;
3246
+ background-color: hsl(153, 53%, 50.5%);
3247
3247
  border-color: transparent;
3248
3248
  color: #fff;
3249
3249
  }
3250
3250
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
3251
3251
  border-color: transparent;
3252
- box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
3252
+ box-shadow: 0 0 0.5em rgba(71.6295, 198.6705, 141.50205, 0.25);
3253
3253
  color: #fff;
3254
3254
  }
3255
3255
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
3256
- background-color: #3abb81;
3256
+ background-color: hsl(153, 53%, 48%);
3257
3257
  border-color: transparent;
3258
3258
  color: #fff;
3259
3259
  }
@@ -3263,17 +3263,17 @@ a.tag:hover {
3263
3263
  color: rgba(0, 0, 0, 0.7);
3264
3264
  }
3265
3265
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
3266
- background-color: #ffdc7d;
3266
+ background-color: hsl(44, 100%, 74.5%);
3267
3267
  border-color: transparent;
3268
3268
  color: rgba(0, 0, 0, 0.7);
3269
3269
  }
3270
3270
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
3271
3271
  border-color: transparent;
3272
- box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25);
3272
+ box-shadow: 0 0 0.5em rgba(255, 223.72, 137.7, 0.25);
3273
3273
  color: rgba(0, 0, 0, 0.7);
3274
3274
  }
3275
3275
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
3276
- background-color: #ffd970;
3276
+ background-color: hsl(44, 100%, 72%);
3277
3277
  border-color: transparent;
3278
3278
  color: rgba(0, 0, 0, 0.7);
3279
3279
  }
@@ -3283,17 +3283,17 @@ a.tag:hover {
3283
3283
  color: #fff;
3284
3284
  }
3285
3285
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
3286
- background-color: #f03a5f;
3286
+ background-color: hsl(348, 86%, 58.5%);
3287
3287
  border-color: transparent;
3288
3288
  color: #fff;
3289
3289
  }
3290
3290
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
3291
3291
  border-color: transparent;
3292
- box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
3292
+ box-shadow: 0 0 0.5em rgba(241.077, 70.023, 104.2338, 0.25);
3293
3293
  color: #fff;
3294
3294
  }
3295
3295
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
3296
- background-color: #ef2e55;
3296
+ background-color: hsl(348, 86%, 56%);
3297
3297
  border-color: transparent;
3298
3298
  color: #fff;
3299
3299
  }
@@ -3394,18 +3394,18 @@ a.tag:hover {
3394
3394
  position: relative;
3395
3395
  }
3396
3396
  .file-label:hover .file-cta {
3397
- background-color: #eeeeee;
3397
+ background-color: hsl(0, 0%, 93.5%);
3398
3398
  color: hsl(0, 0%, 21%);
3399
3399
  }
3400
3400
  .file-label:hover .file-name {
3401
- border-color: #d5d5d5;
3401
+ border-color: hsl(0, 0%, 83.5%);
3402
3402
  }
3403
3403
  .file-label:active .file-cta {
3404
- background-color: #e8e8e8;
3404
+ background-color: hsl(0, 0%, 91%);
3405
3405
  color: hsl(0, 0%, 21%);
3406
3406
  }
3407
3407
  .file-label:active .file-name {
3408
- border-color: #cfcfcf;
3408
+ border-color: hsl(0, 0%, 81%);
3409
3409
  }
3410
3410
 
3411
3411
  .file-input {
@@ -3820,7 +3820,7 @@ a.tag:hover {
3820
3820
  .card {
3821
3821
  background-color: hsl(0, 0%, 100%);
3822
3822
  border-radius: 0.25rem;
3823
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
3823
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
3824
3824
  color: hsl(0, 0%, 29%);
3825
3825
  max-width: 100%;
3826
3826
  position: relative;
@@ -3838,7 +3838,7 @@ a.tag:hover {
3838
3838
  .card-header {
3839
3839
  background-color: transparent;
3840
3840
  align-items: stretch;
3841
- box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
3841
+ box-shadow: 0 0.125em 0.25em rgba(10.2, 10.2, 10.2, 0.1);
3842
3842
  display: flex;
3843
3843
  }
3844
3844
 
@@ -3946,7 +3946,7 @@ a.tag:hover {
3946
3946
  .dropdown-content {
3947
3947
  background-color: hsl(0, 0%, 100%);
3948
3948
  border-radius: 4px;
3949
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
3949
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
3950
3950
  padding-bottom: 0.5rem;
3951
3951
  padding-top: 0.5rem;
3952
3952
  }
@@ -4092,7 +4092,7 @@ button.dropdown-item.is-active {
4092
4092
  margin-bottom: 0.75rem;
4093
4093
  }
4094
4094
  .media .media {
4095
- border-top: 1px solid rgba(219, 219, 219, 0.5);
4095
+ border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
4096
4096
  display: flex;
4097
4097
  padding-top: 0.75rem;
4098
4098
  }
@@ -4107,7 +4107,7 @@ button.dropdown-item.is-active {
4107
4107
  margin-top: 0.5rem;
4108
4108
  }
4109
4109
  .media + .media {
4110
- border-top: 1px solid rgba(219, 219, 219, 0.5);
4110
+ border-top: 1px solid rgba(219.3, 219.3, 219.3, 0.5);
4111
4111
  margin-top: 1rem;
4112
4112
  padding-top: 1rem;
4113
4113
  }
@@ -4214,7 +4214,7 @@ button.dropdown-item.is-active {
4214
4214
  font-size: 1.5rem;
4215
4215
  }
4216
4216
  .message.is-white {
4217
- background-color: white;
4217
+ background-color: hsl(0, 0%, 100%);
4218
4218
  }
4219
4219
  .message.is-white .message-header {
4220
4220
  background-color: hsl(0, 0%, 100%);
@@ -4224,7 +4224,7 @@ button.dropdown-item.is-active {
4224
4224
  border-color: hsl(0, 0%, 100%);
4225
4225
  }
4226
4226
  .message.is-black {
4227
- background-color: #fafafa;
4227
+ background-color: hsl(0, 0%, 98%);
4228
4228
  }
4229
4229
  .message.is-black .message-header {
4230
4230
  background-color: hsl(0, 0%, 4%);
@@ -4234,7 +4234,7 @@ button.dropdown-item.is-active {
4234
4234
  border-color: hsl(0, 0%, 4%);
4235
4235
  }
4236
4236
  .message.is-light {
4237
- background-color: #fafafa;
4237
+ background-color: hsl(0, 0%, 98%);
4238
4238
  }
4239
4239
  .message.is-light .message-header {
4240
4240
  background-color: hsl(0, 0%, 96%);
@@ -4244,7 +4244,7 @@ button.dropdown-item.is-active {
4244
4244
  border-color: hsl(0, 0%, 96%);
4245
4245
  }
4246
4246
  .message.is-dark {
4247
- background-color: #fafafa;
4247
+ background-color: hsl(0, 0%, 98%);
4248
4248
  }
4249
4249
  .message.is-dark .message-header {
4250
4250
  background-color: hsl(0, 0%, 21%);
@@ -4254,7 +4254,7 @@ button.dropdown-item.is-active {
4254
4254
  border-color: hsl(0, 0%, 21%);
4255
4255
  }
4256
4256
  .message.is-primary {
4257
- background-color: #ebfffc;
4257
+ background-color: hsl(171, 100%, 96%);
4258
4258
  }
4259
4259
  .message.is-primary .message-header {
4260
4260
  background-color: hsl(171, 100%, 41%);
@@ -4262,10 +4262,10 @@ button.dropdown-item.is-active {
4262
4262
  }
4263
4263
  .message.is-primary .message-body {
4264
4264
  border-color: hsl(171, 100%, 41%);
4265
- color: #00947e;
4265
+ color: hsl(171, 100%, 29%);
4266
4266
  }
4267
4267
  .message.is-link {
4268
- background-color: #eff1fa;
4268
+ background-color: hsl(229, 53%, 96%);
4269
4269
  }
4270
4270
  .message.is-link .message-header {
4271
4271
  background-color: hsl(229, 53%, 53%);
@@ -4273,10 +4273,10 @@ button.dropdown-item.is-active {
4273
4273
  }
4274
4274
  .message.is-link .message-body {
4275
4275
  border-color: hsl(229, 53%, 53%);
4276
- color: #3850b7;
4276
+ color: hsl(229, 53%, 47%);
4277
4277
  }
4278
4278
  .message.is-info {
4279
- background-color: #eff5fb;
4279
+ background-color: hsl(207, 61%, 96%);
4280
4280
  }
4281
4281
  .message.is-info .message-header {
4282
4282
  background-color: hsl(207, 61%, 53%);
@@ -4284,10 +4284,10 @@ button.dropdown-item.is-active {
4284
4284
  }
4285
4285
  .message.is-info .message-body {
4286
4286
  border-color: hsl(207, 61%, 53%);
4287
- color: #296fa8;
4287
+ color: hsl(207, 61%, 41%);
4288
4288
  }
4289
4289
  .message.is-success {
4290
- background-color: #effaf5;
4290
+ background-color: hsl(153, 53%, 96%);
4291
4291
  }
4292
4292
  .message.is-success .message-header {
4293
4293
  background-color: hsl(153, 53%, 53%);
@@ -4295,10 +4295,10 @@ button.dropdown-item.is-active {
4295
4295
  }
4296
4296
  .message.is-success .message-body {
4297
4297
  border-color: hsl(153, 53%, 53%);
4298
- color: #257953;
4298
+ color: hsl(153, 53%, 31%);
4299
4299
  }
4300
4300
  .message.is-warning {
4301
- background-color: #fffaeb;
4301
+ background-color: hsl(44, 100%, 96%);
4302
4302
  }
4303
4303
  .message.is-warning .message-header {
4304
4304
  background-color: hsl(44, 100%, 77%);
@@ -4306,10 +4306,10 @@ button.dropdown-item.is-active {
4306
4306
  }
4307
4307
  .message.is-warning .message-body {
4308
4308
  border-color: hsl(44, 100%, 77%);
4309
- color: #946c00;
4309
+ color: hsl(44, 100%, 29%);
4310
4310
  }
4311
4311
  .message.is-danger {
4312
- background-color: #feecf0;
4312
+ background-color: hsl(348, 86%, 96%);
4313
4313
  }
4314
4314
  .message.is-danger .message-header {
4315
4315
  background-color: hsl(348, 86%, 61%);
@@ -4317,7 +4317,7 @@ button.dropdown-item.is-active {
4317
4317
  }
4318
4318
  .message.is-danger .message-body {
4319
4319
  border-color: hsl(348, 86%, 61%);
4320
- color: #cc0f35;
4320
+ color: hsl(348, 86%, 43%);
4321
4321
  }
4322
4322
 
4323
4323
  .message-header {
@@ -4373,7 +4373,7 @@ button.dropdown-item.is-active {
4373
4373
  }
4374
4374
 
4375
4375
  .modal-background {
4376
- background-color: rgba(10, 10, 10, 0.86);
4376
+ background-color: rgba(10.2, 10.2, 10.2, 0.86);
4377
4377
  }
4378
4378
 
4379
4379
  .modal-content,
@@ -4471,7 +4471,7 @@ button.dropdown-item.is-active {
4471
4471
  .navbar.is-white .navbar-brand .navbar-link:focus,
4472
4472
  .navbar.is-white .navbar-brand .navbar-link:hover,
4473
4473
  .navbar.is-white .navbar-brand .navbar-link.is-active {
4474
- background-color: #f2f2f2;
4474
+ background-color: hsl(0, 0%, 95%);
4475
4475
  color: hsl(0, 0%, 4%);
4476
4476
  }
4477
4477
  .navbar.is-white .navbar-brand .navbar-link::after {
@@ -4497,7 +4497,7 @@ button.dropdown-item.is-active {
4497
4497
  .navbar.is-white .navbar-end .navbar-link:focus,
4498
4498
  .navbar.is-white .navbar-end .navbar-link:hover,
4499
4499
  .navbar.is-white .navbar-end .navbar-link.is-active {
4500
- background-color: #f2f2f2;
4500
+ background-color: hsl(0, 0%, 95%);
4501
4501
  color: hsl(0, 0%, 4%);
4502
4502
  }
4503
4503
  .navbar.is-white .navbar-start .navbar-link::after,
@@ -4507,7 +4507,7 @@ button.dropdown-item.is-active {
4507
4507
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
4508
4508
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
4509
4509
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
4510
- background-color: #f2f2f2;
4510
+ background-color: hsl(0, 0%, 95%);
4511
4511
  color: hsl(0, 0%, 4%);
4512
4512
  }
4513
4513
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
@@ -4527,7 +4527,7 @@ button.dropdown-item.is-active {
4527
4527
  .navbar.is-black .navbar-brand .navbar-link:focus,
4528
4528
  .navbar.is-black .navbar-brand .navbar-link:hover,
4529
4529
  .navbar.is-black .navbar-brand .navbar-link.is-active {
4530
- background-color: black;
4530
+ background-color: hsl(0, 0%, 0%);
4531
4531
  color: hsl(0, 0%, 100%);
4532
4532
  }
4533
4533
  .navbar.is-black .navbar-brand .navbar-link::after {
@@ -4553,7 +4553,7 @@ button.dropdown-item.is-active {
4553
4553
  .navbar.is-black .navbar-end .navbar-link:focus,
4554
4554
  .navbar.is-black .navbar-end .navbar-link:hover,
4555
4555
  .navbar.is-black .navbar-end .navbar-link.is-active {
4556
- background-color: black;
4556
+ background-color: hsl(0, 0%, 0%);
4557
4557
  color: hsl(0, 0%, 100%);
4558
4558
  }
4559
4559
  .navbar.is-black .navbar-start .navbar-link::after,
@@ -4563,7 +4563,7 @@ button.dropdown-item.is-active {
4563
4563
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
4564
4564
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
4565
4565
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
4566
- background-color: black;
4566
+ background-color: hsl(0, 0%, 0%);
4567
4567
  color: hsl(0, 0%, 100%);
4568
4568
  }
4569
4569
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
@@ -4583,7 +4583,7 @@ button.dropdown-item.is-active {
4583
4583
  .navbar.is-light .navbar-brand .navbar-link:focus,
4584
4584
  .navbar.is-light .navbar-brand .navbar-link:hover,
4585
4585
  .navbar.is-light .navbar-brand .navbar-link.is-active {
4586
- background-color: #e8e8e8;
4586
+ background-color: hsl(0, 0%, 91%);
4587
4587
  color: rgba(0, 0, 0, 0.7);
4588
4588
  }
4589
4589
  .navbar.is-light .navbar-brand .navbar-link::after {
@@ -4609,7 +4609,7 @@ button.dropdown-item.is-active {
4609
4609
  .navbar.is-light .navbar-end .navbar-link:focus,
4610
4610
  .navbar.is-light .navbar-end .navbar-link:hover,
4611
4611
  .navbar.is-light .navbar-end .navbar-link.is-active {
4612
- background-color: #e8e8e8;
4612
+ background-color: hsl(0, 0%, 91%);
4613
4613
  color: rgba(0, 0, 0, 0.7);
4614
4614
  }
4615
4615
  .navbar.is-light .navbar-start .navbar-link::after,
@@ -4619,7 +4619,7 @@ button.dropdown-item.is-active {
4619
4619
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
4620
4620
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
4621
4621
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
4622
- background-color: #e8e8e8;
4622
+ background-color: hsl(0, 0%, 91%);
4623
4623
  color: rgba(0, 0, 0, 0.7);
4624
4624
  }
4625
4625
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
@@ -4639,7 +4639,7 @@ button.dropdown-item.is-active {
4639
4639
  .navbar.is-dark .navbar-brand .navbar-link:focus,
4640
4640
  .navbar.is-dark .navbar-brand .navbar-link:hover,
4641
4641
  .navbar.is-dark .navbar-brand .navbar-link.is-active {
4642
- background-color: #292929;
4642
+ background-color: hsl(0, 0%, 16%);
4643
4643
  color: #fff;
4644
4644
  }
4645
4645
  .navbar.is-dark .navbar-brand .navbar-link::after {
@@ -4665,7 +4665,7 @@ button.dropdown-item.is-active {
4665
4665
  .navbar.is-dark .navbar-end .navbar-link:focus,
4666
4666
  .navbar.is-dark .navbar-end .navbar-link:hover,
4667
4667
  .navbar.is-dark .navbar-end .navbar-link.is-active {
4668
- background-color: #292929;
4668
+ background-color: hsl(0, 0%, 16%);
4669
4669
  color: #fff;
4670
4670
  }
4671
4671
  .navbar.is-dark .navbar-start .navbar-link::after,
@@ -4675,7 +4675,7 @@ button.dropdown-item.is-active {
4675
4675
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
4676
4676
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
4677
4677
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
4678
- background-color: #292929;
4678
+ background-color: hsl(0, 0%, 16%);
4679
4679
  color: #fff;
4680
4680
  }
4681
4681
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
@@ -4695,7 +4695,7 @@ button.dropdown-item.is-active {
4695
4695
  .navbar.is-primary .navbar-brand .navbar-link:focus,
4696
4696
  .navbar.is-primary .navbar-brand .navbar-link:hover,
4697
4697
  .navbar.is-primary .navbar-brand .navbar-link.is-active {
4698
- background-color: #00b89c;
4698
+ background-color: hsl(171, 100%, 36%);
4699
4699
  color: #fff;
4700
4700
  }
4701
4701
  .navbar.is-primary .navbar-brand .navbar-link::after {
@@ -4721,7 +4721,7 @@ button.dropdown-item.is-active {
4721
4721
  .navbar.is-primary .navbar-end .navbar-link:focus,
4722
4722
  .navbar.is-primary .navbar-end .navbar-link:hover,
4723
4723
  .navbar.is-primary .navbar-end .navbar-link.is-active {
4724
- background-color: #00b89c;
4724
+ background-color: hsl(171, 100%, 36%);
4725
4725
  color: #fff;
4726
4726
  }
4727
4727
  .navbar.is-primary .navbar-start .navbar-link::after,
@@ -4731,7 +4731,7 @@ button.dropdown-item.is-active {
4731
4731
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
4732
4732
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
4733
4733
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
4734
- background-color: #00b89c;
4734
+ background-color: hsl(171, 100%, 36%);
4735
4735
  color: #fff;
4736
4736
  }
4737
4737
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
@@ -4751,7 +4751,7 @@ button.dropdown-item.is-active {
4751
4751
  .navbar.is-link .navbar-brand .navbar-link:focus,
4752
4752
  .navbar.is-link .navbar-brand .navbar-link:hover,
4753
4753
  .navbar.is-link .navbar-brand .navbar-link.is-active {
4754
- background-color: #3a51bb;
4754
+ background-color: hsl(229, 53%, 48%);
4755
4755
  color: #fff;
4756
4756
  }
4757
4757
  .navbar.is-link .navbar-brand .navbar-link::after {
@@ -4777,7 +4777,7 @@ button.dropdown-item.is-active {
4777
4777
  .navbar.is-link .navbar-end .navbar-link:focus,
4778
4778
  .navbar.is-link .navbar-end .navbar-link:hover,
4779
4779
  .navbar.is-link .navbar-end .navbar-link.is-active {
4780
- background-color: #3a51bb;
4780
+ background-color: hsl(229, 53%, 48%);
4781
4781
  color: #fff;
4782
4782
  }
4783
4783
  .navbar.is-link .navbar-start .navbar-link::after,
@@ -4787,7 +4787,7 @@ button.dropdown-item.is-active {
4787
4787
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
4788
4788
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
4789
4789
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
4790
- background-color: #3a51bb;
4790
+ background-color: hsl(229, 53%, 48%);
4791
4791
  color: #fff;
4792
4792
  }
4793
4793
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
@@ -4807,7 +4807,7 @@ button.dropdown-item.is-active {
4807
4807
  .navbar.is-info .navbar-brand .navbar-link:focus,
4808
4808
  .navbar.is-info .navbar-brand .navbar-link:hover,
4809
4809
  .navbar.is-info .navbar-brand .navbar-link.is-active {
4810
- background-color: #3082c5;
4810
+ background-color: hsl(207, 61%, 48%);
4811
4811
  color: #fff;
4812
4812
  }
4813
4813
  .navbar.is-info .navbar-brand .navbar-link::after {
@@ -4833,7 +4833,7 @@ button.dropdown-item.is-active {
4833
4833
  .navbar.is-info .navbar-end .navbar-link:focus,
4834
4834
  .navbar.is-info .navbar-end .navbar-link:hover,
4835
4835
  .navbar.is-info .navbar-end .navbar-link.is-active {
4836
- background-color: #3082c5;
4836
+ background-color: hsl(207, 61%, 48%);
4837
4837
  color: #fff;
4838
4838
  }
4839
4839
  .navbar.is-info .navbar-start .navbar-link::after,
@@ -4843,7 +4843,7 @@ button.dropdown-item.is-active {
4843
4843
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
4844
4844
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
4845
4845
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
4846
- background-color: #3082c5;
4846
+ background-color: hsl(207, 61%, 48%);
4847
4847
  color: #fff;
4848
4848
  }
4849
4849
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
@@ -4863,7 +4863,7 @@ button.dropdown-item.is-active {
4863
4863
  .navbar.is-success .navbar-brand .navbar-link:focus,
4864
4864
  .navbar.is-success .navbar-brand .navbar-link:hover,
4865
4865
  .navbar.is-success .navbar-brand .navbar-link.is-active {
4866
- background-color: #3abb81;
4866
+ background-color: hsl(153, 53%, 48%);
4867
4867
  color: #fff;
4868
4868
  }
4869
4869
  .navbar.is-success .navbar-brand .navbar-link::after {
@@ -4889,7 +4889,7 @@ button.dropdown-item.is-active {
4889
4889
  .navbar.is-success .navbar-end .navbar-link:focus,
4890
4890
  .navbar.is-success .navbar-end .navbar-link:hover,
4891
4891
  .navbar.is-success .navbar-end .navbar-link.is-active {
4892
- background-color: #3abb81;
4892
+ background-color: hsl(153, 53%, 48%);
4893
4893
  color: #fff;
4894
4894
  }
4895
4895
  .navbar.is-success .navbar-start .navbar-link::after,
@@ -4899,7 +4899,7 @@ button.dropdown-item.is-active {
4899
4899
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
4900
4900
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
4901
4901
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
4902
- background-color: #3abb81;
4902
+ background-color: hsl(153, 53%, 48%);
4903
4903
  color: #fff;
4904
4904
  }
4905
4905
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
@@ -4919,7 +4919,7 @@ button.dropdown-item.is-active {
4919
4919
  .navbar.is-warning .navbar-brand .navbar-link:focus,
4920
4920
  .navbar.is-warning .navbar-brand .navbar-link:hover,
4921
4921
  .navbar.is-warning .navbar-brand .navbar-link.is-active {
4922
- background-color: #ffd970;
4922
+ background-color: hsl(44, 100%, 72%);
4923
4923
  color: rgba(0, 0, 0, 0.7);
4924
4924
  }
4925
4925
  .navbar.is-warning .navbar-brand .navbar-link::after {
@@ -4945,7 +4945,7 @@ button.dropdown-item.is-active {
4945
4945
  .navbar.is-warning .navbar-end .navbar-link:focus,
4946
4946
  .navbar.is-warning .navbar-end .navbar-link:hover,
4947
4947
  .navbar.is-warning .navbar-end .navbar-link.is-active {
4948
- background-color: #ffd970;
4948
+ background-color: hsl(44, 100%, 72%);
4949
4949
  color: rgba(0, 0, 0, 0.7);
4950
4950
  }
4951
4951
  .navbar.is-warning .navbar-start .navbar-link::after,
@@ -4955,7 +4955,7 @@ button.dropdown-item.is-active {
4955
4955
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
4956
4956
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
4957
4957
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
4958
- background-color: #ffd970;
4958
+ background-color: hsl(44, 100%, 72%);
4959
4959
  color: rgba(0, 0, 0, 0.7);
4960
4960
  }
4961
4961
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
@@ -4975,7 +4975,7 @@ button.dropdown-item.is-active {
4975
4975
  .navbar.is-danger .navbar-brand .navbar-link:focus,
4976
4976
  .navbar.is-danger .navbar-brand .navbar-link:hover,
4977
4977
  .navbar.is-danger .navbar-brand .navbar-link.is-active {
4978
- background-color: #ef2e55;
4978
+ background-color: hsl(348, 86%, 56%);
4979
4979
  color: #fff;
4980
4980
  }
4981
4981
  .navbar.is-danger .navbar-brand .navbar-link::after {
@@ -5001,7 +5001,7 @@ button.dropdown-item.is-active {
5001
5001
  .navbar.is-danger .navbar-end .navbar-link:focus,
5002
5002
  .navbar.is-danger .navbar-end .navbar-link:hover,
5003
5003
  .navbar.is-danger .navbar-end .navbar-link.is-active {
5004
- background-color: #ef2e55;
5004
+ background-color: hsl(348, 86%, 56%);
5005
5005
  color: #fff;
5006
5006
  }
5007
5007
  .navbar.is-danger .navbar-start .navbar-link::after,
@@ -5011,7 +5011,7 @@ button.dropdown-item.is-active {
5011
5011
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
5012
5012
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
5013
5013
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
5014
- background-color: #ef2e55;
5014
+ background-color: hsl(348, 86%, 56%);
5015
5015
  color: #fff;
5016
5016
  }
5017
5017
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
@@ -5084,7 +5084,6 @@ body.has-navbar-fixed-bottom {
5084
5084
  height: 3.25rem;
5085
5085
  position: relative;
5086
5086
  width: 3.25rem;
5087
- margin-left: auto;
5088
5087
  }
5089
5088
  .navbar-burger span {
5090
5089
  background-color: currentColor;
@@ -5119,6 +5118,9 @@ body.has-navbar-fixed-bottom {
5119
5118
  .navbar-burger.is-active span:nth-child(3) {
5120
5119
  transform: translateY(-5px) rotate(-45deg);
5121
5120
  }
5121
+ .navbar-burger {
5122
+ margin-left: auto;
5123
+ }
5122
5124
 
5123
5125
  .navbar-menu {
5124
5126
  display: none;
@@ -5229,7 +5231,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5229
5231
  }
5230
5232
  .navbar-menu {
5231
5233
  background-color: hsl(0, 0%, 100%);
5232
- box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
5234
+ box-shadow: 0 8px 16px rgba(10.2, 10.2, 10.2, 0.1);
5233
5235
  padding: 0.5rem 0;
5234
5236
  }
5235
5237
  .navbar-menu.is-active {
@@ -5245,7 +5247,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5245
5247
  bottom: 0;
5246
5248
  }
5247
5249
  .navbar.is-fixed-bottom-touch.has-shadow {
5248
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
5250
+ box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
5249
5251
  }
5250
5252
  .navbar.is-fixed-top-touch {
5251
5253
  top: 0;
@@ -5322,7 +5324,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5322
5324
  border-radius: 6px 6px 0 0;
5323
5325
  border-top: none;
5324
5326
  bottom: 100%;
5325
- box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
5327
+ box-shadow: 0 -8px 8px rgba(10.2, 10.2, 10.2, 0.1);
5326
5328
  top: auto;
5327
5329
  }
5328
5330
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
@@ -5350,7 +5352,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5350
5352
  border-bottom-left-radius: 6px;
5351
5353
  border-bottom-right-radius: 6px;
5352
5354
  border-top: 2px solid hsl(0, 0%, 86%);
5353
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
5355
+ box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1);
5354
5356
  display: none;
5355
5357
  font-size: 0.875rem;
5356
5358
  left: 0;
@@ -5377,7 +5379,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5377
5379
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
5378
5380
  border-radius: 6px;
5379
5381
  border-top: none;
5380
- box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
5382
+ box-shadow: 0 8px 8px rgba(10.2, 10.2, 10.2, 0.1), 0 0 0 1px rgba(10.2, 10.2, 10.2, 0.1);
5381
5383
  display: block;
5382
5384
  opacity: 0;
5383
5385
  pointer-events: none;
@@ -5411,7 +5413,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5411
5413
  bottom: 0;
5412
5414
  }
5413
5415
  .navbar.is-fixed-bottom-desktop.has-shadow {
5414
- box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
5416
+ box-shadow: 0 -2px 3px rgba(10.2, 10.2, 10.2, 0.1);
5415
5417
  }
5416
5418
  .navbar.is-fixed-top-desktop {
5417
5419
  top: 0;
@@ -5512,7 +5514,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5512
5514
  .pagination-previous:active,
5513
5515
  .pagination-next:active,
5514
5516
  .pagination-link:active {
5515
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
5517
+ box-shadow: inset 0 1px 2px rgba(10.2, 10.2, 10.2, 0.2);
5516
5518
  }
5517
5519
  .pagination-previous[disabled], .pagination-previous.is-disabled,
5518
5520
  .pagination-next[disabled],
@@ -5613,7 +5615,7 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
5613
5615
  }
5614
5616
  .panel {
5615
5617
  border-radius: 6px;
5616
- box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
5618
+ box-shadow: 0 0.5em 1em -0.125em rgba(10.2, 10.2, 10.2, 0.1), 0 0px 0 1px rgba(10.2, 10.2, 10.2, 0.02);
5617
5619
  font-size: 1rem;
5618
5620
  }
5619
5621
  .panel:not(:last-child) {
@@ -7687,7 +7689,7 @@ label.panel-block:hover {
7687
7689
  }
7688
7690
 
7689
7691
  a.has-text-white:hover, a.has-text-white:focus {
7690
- color: #e6e6e6 !important;
7692
+ color: hsl(0, 0%, 90%) !important;
7691
7693
  }
7692
7694
 
7693
7695
  .has-background-white {
@@ -7699,7 +7701,7 @@ a.has-text-white:hover, a.has-text-white:focus {
7699
7701
  }
7700
7702
 
7701
7703
  a.has-text-black:hover, a.has-text-black:focus {
7702
- color: black !important;
7704
+ color: hsl(0, 0%, 0%) !important;
7703
7705
  }
7704
7706
 
7705
7707
  .has-background-black {
@@ -7711,7 +7713,7 @@ a.has-text-black:hover, a.has-text-black:focus {
7711
7713
  }
7712
7714
 
7713
7715
  a.has-text-light:hover, a.has-text-light:focus {
7714
- color: #dbdbdb !important;
7716
+ color: hsl(0, 0%, 86%) !important;
7715
7717
  }
7716
7718
 
7717
7719
  .has-background-light {
@@ -7723,7 +7725,7 @@ a.has-text-light:hover, a.has-text-light:focus {
7723
7725
  }
7724
7726
 
7725
7727
  a.has-text-dark:hover, a.has-text-dark:focus {
7726
- color: #1c1c1c !important;
7728
+ color: hsl(0, 0%, 11%) !important;
7727
7729
  }
7728
7730
 
7729
7731
  .has-background-dark {
@@ -7735,7 +7737,7 @@ a.has-text-dark:hover, a.has-text-dark:focus {
7735
7737
  }
7736
7738
 
7737
7739
  a.has-text-primary:hover, a.has-text-primary:focus {
7738
- color: #009e86 !important;
7740
+ color: hsl(171, 100%, 31%) !important;
7739
7741
  }
7740
7742
 
7741
7743
  .has-background-primary {
@@ -7743,27 +7745,27 @@ a.has-text-primary:hover, a.has-text-primary:focus {
7743
7745
  }
7744
7746
 
7745
7747
  .has-text-primary-light {
7746
- color: #ebfffc !important;
7748
+ color: hsl(171, 100%, 96%) !important;
7747
7749
  }
7748
7750
 
7749
7751
  a.has-text-primary-light:hover, a.has-text-primary-light:focus {
7750
- color: #b8fff4 !important;
7752
+ color: hsl(171, 100%, 86%) !important;
7751
7753
  }
7752
7754
 
7753
7755
  .has-background-primary-light {
7754
- background-color: #ebfffc !important;
7756
+ background-color: hsl(171, 100%, 96%) !important;
7755
7757
  }
7756
7758
 
7757
7759
  .has-text-primary-dark {
7758
- color: #00947e !important;
7760
+ color: hsl(171, 100%, 29%) !important;
7759
7761
  }
7760
7762
 
7761
7763
  a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
7762
- color: #00c7a9 !important;
7764
+ color: hsl(171, 100%, 39%) !important;
7763
7765
  }
7764
7766
 
7765
7767
  .has-background-primary-dark {
7766
- background-color: #00947e !important;
7768
+ background-color: hsl(171, 100%, 29%) !important;
7767
7769
  }
7768
7770
 
7769
7771
  .has-text-link {
@@ -7771,7 +7773,7 @@ a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
7771
7773
  }
7772
7774
 
7773
7775
  a.has-text-link:hover, a.has-text-link:focus {
7774
- color: #3449a8 !important;
7776
+ color: hsl(229, 53%, 43%) !important;
7775
7777
  }
7776
7778
 
7777
7779
  .has-background-link {
@@ -7779,27 +7781,27 @@ a.has-text-link:hover, a.has-text-link:focus {
7779
7781
  }
7780
7782
 
7781
7783
  .has-text-link-light {
7782
- color: #eff1fa !important;
7784
+ color: hsl(229, 53%, 96%) !important;
7783
7785
  }
7784
7786
 
7785
7787
  a.has-text-link-light:hover, a.has-text-link-light:focus {
7786
- color: #c8cfee !important;
7788
+ color: hsl(229, 53%, 86%) !important;
7787
7789
  }
7788
7790
 
7789
7791
  .has-background-link-light {
7790
- background-color: #eff1fa !important;
7792
+ background-color: hsl(229, 53%, 96%) !important;
7791
7793
  }
7792
7794
 
7793
7795
  .has-text-link-dark {
7794
- color: #3850b7 !important;
7796
+ color: hsl(229, 53%, 47%) !important;
7795
7797
  }
7796
7798
 
7797
7799
  a.has-text-link-dark:hover, a.has-text-link-dark:focus {
7798
- color: #576dcb !important;
7800
+ color: hsl(229, 53%, 57%) !important;
7799
7801
  }
7800
7802
 
7801
7803
  .has-background-link-dark {
7802
- background-color: #3850b7 !important;
7804
+ background-color: hsl(229, 53%, 47%) !important;
7803
7805
  }
7804
7806
 
7805
7807
  .has-text-info {
@@ -7807,7 +7809,7 @@ a.has-text-link-dark:hover, a.has-text-link-dark:focus {
7807
7809
  }
7808
7810
 
7809
7811
  a.has-text-info:hover, a.has-text-info:focus {
7810
- color: #2b74b1 !important;
7812
+ color: hsl(207, 61%, 43%) !important;
7811
7813
  }
7812
7814
 
7813
7815
  .has-background-info {
@@ -7815,27 +7817,27 @@ a.has-text-info:hover, a.has-text-info:focus {
7815
7817
  }
7816
7818
 
7817
7819
  .has-text-info-light {
7818
- color: #eff5fb !important;
7820
+ color: hsl(207, 61%, 96%) !important;
7819
7821
  }
7820
7822
 
7821
7823
  a.has-text-info-light:hover, a.has-text-info-light:focus {
7822
- color: #c6ddf1 !important;
7824
+ color: hsl(207, 61%, 86%) !important;
7823
7825
  }
7824
7826
 
7825
7827
  .has-background-info-light {
7826
- background-color: #eff5fb !important;
7828
+ background-color: hsl(207, 61%, 96%) !important;
7827
7829
  }
7828
7830
 
7829
7831
  .has-text-info-dark {
7830
- color: #296fa8 !important;
7832
+ color: hsl(207, 61%, 41%) !important;
7831
7833
  }
7832
7834
 
7833
7835
  a.has-text-info-dark:hover, a.has-text-info-dark:focus {
7834
- color: #368ace !important;
7836
+ color: hsl(207, 61%, 51%) !important;
7835
7837
  }
7836
7838
 
7837
7839
  .has-background-info-dark {
7838
- background-color: #296fa8 !important;
7840
+ background-color: hsl(207, 61%, 41%) !important;
7839
7841
  }
7840
7842
 
7841
7843
  .has-text-success {
@@ -7843,7 +7845,7 @@ a.has-text-info-dark:hover, a.has-text-info-dark:focus {
7843
7845
  }
7844
7846
 
7845
7847
  a.has-text-success:hover, a.has-text-success:focus {
7846
- color: #34a873 !important;
7848
+ color: hsl(153, 53%, 43%) !important;
7847
7849
  }
7848
7850
 
7849
7851
  .has-background-success {
@@ -7851,27 +7853,27 @@ a.has-text-success:hover, a.has-text-success:focus {
7851
7853
  }
7852
7854
 
7853
7855
  .has-text-success-light {
7854
- color: #effaf5 !important;
7856
+ color: hsl(153, 53%, 96%) !important;
7855
7857
  }
7856
7858
 
7857
7859
  a.has-text-success-light:hover, a.has-text-success-light:focus {
7858
- color: #c8eedd !important;
7860
+ color: hsl(153, 53%, 86%) !important;
7859
7861
  }
7860
7862
 
7861
7863
  .has-background-success-light {
7862
- background-color: #effaf5 !important;
7864
+ background-color: hsl(153, 53%, 96%) !important;
7863
7865
  }
7864
7866
 
7865
7867
  .has-text-success-dark {
7866
- color: #257953 !important;
7868
+ color: hsl(153, 53%, 31%) !important;
7867
7869
  }
7868
7870
 
7869
7871
  a.has-text-success-dark:hover, a.has-text-success-dark:focus {
7870
- color: #31a06e !important;
7872
+ color: hsl(153, 53%, 41%) !important;
7871
7873
  }
7872
7874
 
7873
7875
  .has-background-success-dark {
7874
- background-color: #257953 !important;
7876
+ background-color: hsl(153, 53%, 31%) !important;
7875
7877
  }
7876
7878
 
7877
7879
  .has-text-warning {
@@ -7879,7 +7881,7 @@ a.has-text-success-dark:hover, a.has-text-success-dark:focus {
7879
7881
  }
7880
7882
 
7881
7883
  a.has-text-warning:hover, a.has-text-warning:focus {
7882
- color: #ffd257 !important;
7884
+ color: hsl(44, 100%, 67%) !important;
7883
7885
  }
7884
7886
 
7885
7887
  .has-background-warning {
@@ -7887,27 +7889,27 @@ a.has-text-warning:hover, a.has-text-warning:focus {
7887
7889
  }
7888
7890
 
7889
7891
  .has-text-warning-light {
7890
- color: #fffaeb !important;
7892
+ color: hsl(44, 100%, 96%) !important;
7891
7893
  }
7892
7894
 
7893
7895
  a.has-text-warning-light:hover, a.has-text-warning-light:focus {
7894
- color: #ffecb8 !important;
7896
+ color: hsl(44, 100%, 86%) !important;
7895
7897
  }
7896
7898
 
7897
7899
  .has-background-warning-light {
7898
- background-color: #fffaeb !important;
7900
+ background-color: hsl(44, 100%, 96%) !important;
7899
7901
  }
7900
7902
 
7901
7903
  .has-text-warning-dark {
7902
- color: #946c00 !important;
7904
+ color: hsl(44, 100%, 29%) !important;
7903
7905
  }
7904
7906
 
7905
7907
  a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
7906
- color: #c79200 !important;
7908
+ color: hsl(44, 100%, 39%) !important;
7907
7909
  }
7908
7910
 
7909
7911
  .has-background-warning-dark {
7910
- background-color: #946c00 !important;
7912
+ background-color: hsl(44, 100%, 29%) !important;
7911
7913
  }
7912
7914
 
7913
7915
  .has-text-danger {
@@ -7915,7 +7917,7 @@ a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
7915
7917
  }
7916
7918
 
7917
7919
  a.has-text-danger:hover, a.has-text-danger:focus {
7918
- color: #ee1742 !important;
7920
+ color: hsl(348, 86%, 51%) !important;
7919
7921
  }
7920
7922
 
7921
7923
  .has-background-danger {
@@ -7923,27 +7925,27 @@ a.has-text-danger:hover, a.has-text-danger:focus {
7923
7925
  }
7924
7926
 
7925
7927
  .has-text-danger-light {
7926
- color: #feecf0 !important;
7928
+ color: hsl(348, 86%, 96%) !important;
7927
7929
  }
7928
7930
 
7929
7931
  a.has-text-danger-light:hover, a.has-text-danger-light:focus {
7930
- color: #fabdc9 !important;
7932
+ color: hsl(348, 86%, 86%) !important;
7931
7933
  }
7932
7934
 
7933
7935
  .has-background-danger-light {
7934
- background-color: #feecf0 !important;
7936
+ background-color: hsl(348, 86%, 96%) !important;
7935
7937
  }
7936
7938
 
7937
7939
  .has-text-danger-dark {
7938
- color: #cc0f35 !important;
7940
+ color: hsl(348, 86%, 43%) !important;
7939
7941
  }
7940
7942
 
7941
7943
  a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
7942
- color: #ee2049 !important;
7944
+ color: hsl(348, 86%, 53%) !important;
7943
7945
  }
7944
7946
 
7945
7947
  .has-background-danger-dark {
7946
- background-color: #cc0f35 !important;
7948
+ background-color: hsl(348, 86%, 43%) !important;
7947
7949
  }
7948
7950
 
7949
7951
  .has-text-black-bis {
@@ -9558,7 +9560,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9558
9560
  color: hsl(0, 0%, 4%);
9559
9561
  }
9560
9562
  .hero.is-white .subtitle {
9561
- color: rgba(10, 10, 10, 0.9);
9563
+ color: rgba(10.2, 10.2, 10.2, 0.9);
9562
9564
  }
9563
9565
  .hero.is-white .subtitle a:not(.button),
9564
9566
  .hero.is-white .subtitle strong {
@@ -9571,12 +9573,12 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9571
9573
  }
9572
9574
  .hero.is-white .navbar-item,
9573
9575
  .hero.is-white .navbar-link {
9574
- color: rgba(10, 10, 10, 0.7);
9576
+ color: rgba(10.2, 10.2, 10.2, 0.7);
9575
9577
  }
9576
9578
  .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
9577
9579
  .hero.is-white .navbar-link:hover,
9578
9580
  .hero.is-white .navbar-link.is-active {
9579
- background-color: #f2f2f2;
9581
+ background-color: hsl(0, 0%, 95%);
9580
9582
  color: hsl(0, 0%, 4%);
9581
9583
  }
9582
9584
  .hero.is-white .tabs a {
@@ -9594,7 +9596,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9594
9596
  color: hsl(0, 0%, 4%);
9595
9597
  }
9596
9598
  .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
9597
- background-color: rgba(10, 10, 10, 0.1);
9599
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9598
9600
  }
9599
9601
  .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
9600
9602
  background-color: hsl(0, 0%, 4%);
@@ -9602,11 +9604,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9602
9604
  color: hsl(0, 0%, 100%);
9603
9605
  }
9604
9606
  .hero.is-white.is-bold {
9605
- background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
9607
+ background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
9606
9608
  }
9607
9609
  @media screen and (max-width: 768px) {
9608
9610
  .hero.is-white.is-bold .navbar-menu {
9609
- background-image: linear-gradient(141deg, #e8e3e4 0%, hsl(0, 0%, 100%) 71%, white 100%);
9611
+ background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
9610
9612
  }
9611
9613
  }
9612
9614
  .hero.is-black {
@@ -9639,7 +9641,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9639
9641
  .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
9640
9642
  .hero.is-black .navbar-link:hover,
9641
9643
  .hero.is-black .navbar-link.is-active {
9642
- background-color: black;
9644
+ background-color: hsl(0, 0%, 0%);
9643
9645
  color: hsl(0, 0%, 100%);
9644
9646
  }
9645
9647
  .hero.is-black .tabs a {
@@ -9657,7 +9659,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9657
9659
  color: hsl(0, 0%, 100%);
9658
9660
  }
9659
9661
  .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
9660
- background-color: rgba(10, 10, 10, 0.1);
9662
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9661
9663
  }
9662
9664
  .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
9663
9665
  background-color: hsl(0, 0%, 100%);
@@ -9665,11 +9667,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9665
9667
  color: hsl(0, 0%, 4%);
9666
9668
  }
9667
9669
  .hero.is-black.is-bold {
9668
- background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
9670
+ background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
9669
9671
  }
9670
9672
  @media screen and (max-width: 768px) {
9671
9673
  .hero.is-black.is-bold .navbar-menu {
9672
- background-image: linear-gradient(141deg, black 0%, hsl(0, 0%, 4%) 71%, #181616 100%);
9674
+ background-image: linear-gradient(141deg, hsl(350, 10%, 0%) 0%, hsl(0, 0%, 4%) 71%, hsl(10, 5%, 9%) 100%);
9673
9675
  }
9674
9676
  }
9675
9677
  .hero.is-light {
@@ -9702,7 +9704,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9702
9704
  .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
9703
9705
  .hero.is-light .navbar-link:hover,
9704
9706
  .hero.is-light .navbar-link.is-active {
9705
- background-color: #e8e8e8;
9707
+ background-color: hsl(0, 0%, 91%);
9706
9708
  color: rgba(0, 0, 0, 0.7);
9707
9709
  }
9708
9710
  .hero.is-light .tabs a {
@@ -9720,7 +9722,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9720
9722
  color: rgba(0, 0, 0, 0.7);
9721
9723
  }
9722
9724
  .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
9723
- background-color: rgba(10, 10, 10, 0.1);
9725
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9724
9726
  }
9725
9727
  .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
9726
9728
  background-color: rgba(0, 0, 0, 0.7);
@@ -9728,11 +9730,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9728
9730
  color: hsl(0, 0%, 96%);
9729
9731
  }
9730
9732
  .hero.is-light.is-bold {
9731
- background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
9733
+ background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
9732
9734
  }
9733
9735
  @media screen and (max-width: 768px) {
9734
9736
  .hero.is-light.is-bold .navbar-menu {
9735
- background-image: linear-gradient(141deg, #dfd8d9 0%, hsl(0, 0%, 96%) 71%, white 100%);
9737
+ background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
9736
9738
  }
9737
9739
  }
9738
9740
  .hero.is-dark {
@@ -9765,7 +9767,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9765
9767
  .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
9766
9768
  .hero.is-dark .navbar-link:hover,
9767
9769
  .hero.is-dark .navbar-link.is-active {
9768
- background-color: #292929;
9770
+ background-color: hsl(0, 0%, 16%);
9769
9771
  color: #fff;
9770
9772
  }
9771
9773
  .hero.is-dark .tabs a {
@@ -9783,7 +9785,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9783
9785
  color: #fff;
9784
9786
  }
9785
9787
  .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
9786
- background-color: rgba(10, 10, 10, 0.1);
9788
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9787
9789
  }
9788
9790
  .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
9789
9791
  background-color: #fff;
@@ -9791,11 +9793,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9791
9793
  color: hsl(0, 0%, 21%);
9792
9794
  }
9793
9795
  .hero.is-dark.is-bold {
9794
- background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
9796
+ background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
9795
9797
  }
9796
9798
  @media screen and (max-width: 768px) {
9797
9799
  .hero.is-dark.is-bold .navbar-menu {
9798
- background-image: linear-gradient(141deg, #1f191a 0%, hsl(0, 0%, 21%) 71%, #46403f 100%);
9800
+ background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
9799
9801
  }
9800
9802
  }
9801
9803
  .hero.is-primary {
@@ -9828,7 +9830,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9828
9830
  .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
9829
9831
  .hero.is-primary .navbar-link:hover,
9830
9832
  .hero.is-primary .navbar-link.is-active {
9831
- background-color: #00b89c;
9833
+ background-color: hsl(171, 100%, 36%);
9832
9834
  color: #fff;
9833
9835
  }
9834
9836
  .hero.is-primary .tabs a {
@@ -9846,7 +9848,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9846
9848
  color: #fff;
9847
9849
  }
9848
9850
  .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
9849
- background-color: rgba(10, 10, 10, 0.1);
9851
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9850
9852
  }
9851
9853
  .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
9852
9854
  background-color: #fff;
@@ -9854,11 +9856,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9854
9856
  color: hsl(171, 100%, 41%);
9855
9857
  }
9856
9858
  .hero.is-primary.is-bold {
9857
- background-image: linear-gradient(141deg, #009e6c 0%, hsl(171, 100%, 41%) 71%, #00e7eb 100%);
9859
+ background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
9858
9860
  }
9859
9861
  @media screen and (max-width: 768px) {
9860
9862
  .hero.is-primary.is-bold .navbar-menu {
9861
- background-image: linear-gradient(141deg, #009e6c 0%, hsl(171, 100%, 41%) 71%, #00e7eb 100%);
9863
+ background-image: linear-gradient(141deg, hsl(161, 100%, 31%) 0%, hsl(171, 100%, 41%) 71%, hsl(181, 100%, 46%) 100%);
9862
9864
  }
9863
9865
  }
9864
9866
  .hero.is-link {
@@ -9891,7 +9893,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9891
9893
  .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
9892
9894
  .hero.is-link .navbar-link:hover,
9893
9895
  .hero.is-link .navbar-link.is-active {
9894
- background-color: #3a51bb;
9896
+ background-color: hsl(229, 53%, 48%);
9895
9897
  color: #fff;
9896
9898
  }
9897
9899
  .hero.is-link .tabs a {
@@ -9909,7 +9911,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9909
9911
  color: #fff;
9910
9912
  }
9911
9913
  .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
9912
- background-color: rgba(10, 10, 10, 0.1);
9914
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9913
9915
  }
9914
9916
  .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
9915
9917
  background-color: #fff;
@@ -9917,11 +9919,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9917
9919
  color: hsl(229, 53%, 53%);
9918
9920
  }
9919
9921
  .hero.is-link.is-bold {
9920
- background-image: linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%);
9922
+ background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
9921
9923
  }
9922
9924
  @media screen and (max-width: 768px) {
9923
9925
  .hero.is-link.is-bold .navbar-menu {
9924
- background-image: linear-gradient(141deg, #2959b3 0%, hsl(229, 53%, 53%) 71%, #5658d2 100%);
9926
+ background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
9925
9927
  }
9926
9928
  }
9927
9929
  .hero.is-info {
@@ -9954,7 +9956,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9954
9956
  .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
9955
9957
  .hero.is-info .navbar-link:hover,
9956
9958
  .hero.is-info .navbar-link.is-active {
9957
- background-color: #3082c5;
9959
+ background-color: hsl(207, 61%, 48%);
9958
9960
  color: #fff;
9959
9961
  }
9960
9962
  .hero.is-info .tabs a {
@@ -9972,7 +9974,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9972
9974
  color: #fff;
9973
9975
  }
9974
9976
  .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
9975
- background-color: rgba(10, 10, 10, 0.1);
9977
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
9976
9978
  }
9977
9979
  .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
9978
9980
  background-color: #fff;
@@ -9980,11 +9982,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
9980
9982
  color: hsl(207, 61%, 53%);
9981
9983
  }
9982
9984
  .hero.is-info.is-bold {
9983
- background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%);
9985
+ background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
9984
9986
  }
9985
9987
  @media screen and (max-width: 768px) {
9986
9988
  .hero.is-info.is-bold .navbar-menu {
9987
- background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%);
9989
+ background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
9988
9990
  }
9989
9991
  }
9990
9992
  .hero.is-success {
@@ -10017,7 +10019,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10017
10019
  .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
10018
10020
  .hero.is-success .navbar-link:hover,
10019
10021
  .hero.is-success .navbar-link.is-active {
10020
- background-color: #3abb81;
10022
+ background-color: hsl(153, 53%, 48%);
10021
10023
  color: #fff;
10022
10024
  }
10023
10025
  .hero.is-success .tabs a {
@@ -10035,7 +10037,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10035
10037
  color: #fff;
10036
10038
  }
10037
10039
  .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
10038
- background-color: rgba(10, 10, 10, 0.1);
10040
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
10039
10041
  }
10040
10042
  .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
10041
10043
  background-color: #fff;
@@ -10043,11 +10045,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10043
10045
  color: hsl(153, 53%, 53%);
10044
10046
  }
10045
10047
  .hero.is-success.is-bold {
10046
- background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%);
10048
+ background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
10047
10049
  }
10048
10050
  @media screen and (max-width: 768px) {
10049
10051
  .hero.is-success.is-bold .navbar-menu {
10050
- background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%);
10052
+ background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
10051
10053
  }
10052
10054
  }
10053
10055
  .hero.is-warning {
@@ -10080,7 +10082,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10080
10082
  .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
10081
10083
  .hero.is-warning .navbar-link:hover,
10082
10084
  .hero.is-warning .navbar-link.is-active {
10083
- background-color: #ffd970;
10085
+ background-color: hsl(44, 100%, 72%);
10084
10086
  color: rgba(0, 0, 0, 0.7);
10085
10087
  }
10086
10088
  .hero.is-warning .tabs a {
@@ -10098,7 +10100,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10098
10100
  color: rgba(0, 0, 0, 0.7);
10099
10101
  }
10100
10102
  .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
10101
- background-color: rgba(10, 10, 10, 0.1);
10103
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
10102
10104
  }
10103
10105
  .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
10104
10106
  background-color: rgba(0, 0, 0, 0.7);
@@ -10106,11 +10108,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10106
10108
  color: hsl(44, 100%, 77%);
10107
10109
  }
10108
10110
  .hero.is-warning.is-bold {
10109
- background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%);
10111
+ background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
10110
10112
  }
10111
10113
  @media screen and (max-width: 768px) {
10112
10114
  .hero.is-warning.is-bold .navbar-menu {
10113
- background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%);
10115
+ background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
10114
10116
  }
10115
10117
  }
10116
10118
  .hero.is-danger {
@@ -10143,7 +10145,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10143
10145
  .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
10144
10146
  .hero.is-danger .navbar-link:hover,
10145
10147
  .hero.is-danger .navbar-link.is-active {
10146
- background-color: #ef2e55;
10148
+ background-color: hsl(348, 86%, 56%);
10147
10149
  color: #fff;
10148
10150
  }
10149
10151
  .hero.is-danger .tabs a {
@@ -10161,7 +10163,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10161
10163
  color: #fff;
10162
10164
  }
10163
10165
  .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
10164
- background-color: rgba(10, 10, 10, 0.1);
10166
+ background-color: rgba(10.2, 10.2, 10.2, 0.1);
10165
10167
  }
10166
10168
  .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
10167
10169
  background-color: #fff;
@@ -10169,11 +10171,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
10169
10171
  color: hsl(348, 86%, 61%);
10170
10172
  }
10171
10173
  .hero.is-danger.is-bold {
10172
- background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
10174
+ background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
10173
10175
  }
10174
10176
  @media screen and (max-width: 768px) {
10175
10177
  .hero.is-danger.is-bold .navbar-menu {
10176
- background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%);
10178
+ background-image: linear-gradient(141deg, hsl(338, 96%, 51%) 0%, hsl(348, 86%, 61%) 71%, hsl(358, 91%, 66%) 100%);
10177
10179
  }
10178
10180
  }
10179
10181
  .hero.is-small .hero-body {