Skip to content

Commit

Permalink
Adicionado opção Caixa dos Piratas
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock committed Aug 3, 2024
1 parent 5133334 commit a970470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
onchange="preset(this.value); updateOutputText(event); ">
<option value='0'>Nenhum</option>
<option value='1'>Arco-íris</option>
<option value='2'>VIP Férias</option>
<option value='2'>VIP Férias/option>
<option value='2'>Caixa dos Piratas</option>
</select>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const presets = {
},
2: {
colors: ["#AAFF99", "#73D1FF", "#FFB8B8", "#CD70FF"],
},
3: {
colors: ["#00AAAA", "#FFFF33", "#FFAA00", "#FF0000"],
}
}
const formats = {
Expand Down

0 comments on commit a970470

Please sign in to comment.