feat: tweak header styling
This commit is contained in:
parent
55f41ada00
commit
d77c8df750
2 changed files with 45 additions and 13 deletions
|
@ -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]
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue