diff --git a/output/OutputItem.js b/output/OutputItem.js index 4eb9872..9b90e7c 100644 --- a/output/OutputItem.js +++ b/output/OutputItem.js @@ -3,6 +3,7 @@ module.exports = class OutputItem { this.name = name + ' prime' this.parts = parts this.set = set + this.link = `https://warframe.market/items/${name}_prime_set` this.difference = set - parts } diff --git a/output/template.hbs b/output/template.hbs index e14ac93..fb4280c 100644 --- a/output/template.hbs +++ b/output/template.hbs @@ -11,7 +11,33 @@ font-family: sans-serif; } - ul li b { + a { + text-decoration: none; + color: black; + } + + table { + margin: 64px 0; + border-spacing: 0; + } + + tr { + text-align: left; + } + + tr:nth-child(even) { + background: rgb(240, 242, 243); + } + + td { + padding: 2px 16px; + } + + th { + padding: 8px 16px; + } + + .name { text-transform: capitalize; } @@ -23,16 +49,26 @@

Warframe Market Gaps

-