feat: tweak header styling

This commit is contained in:
Sebin Nyshkim 2020-03-28 18:04:10 +01:00
parent 55f41ada00
commit d77c8df750
2 changed files with 45 additions and 13 deletions

View file

@ -100,7 +100,7 @@ export default {
};
const colors = {
headers: ["Body Part", "Color Value (hex)", "Color"],
headers: ["Body Part", "Color (hex)", "Color"],
data: [
["Primary Scale Color", this.colors.scalesPrimary],
["Secondary Scale Color", this.colors.scalesSecondary],
@ -108,7 +108,7 @@ export default {
["Secondary Hair Color", this.colors.hairSecondary],
["Eyes", this.colors.eyes],
["Facial Spikes", this.colors.eyebrows],
["Horns / Claws / Nipples", this.colors.horns],
["Horns/Claws/Nipples", this.colors.horns],
["Tail Spikes", this.colors.tailspikes]
]
};