Combined same color rows and updated styles

This commit is contained in:
Sebin Nyshkim 2019-11-03 22:35:23 +01:00
parent 33c92ba324
commit 2c5eda97e3

View file

@ -127,9 +127,7 @@ export default {
["Secondary Hair Color", this.colors.hairSecondary], ["Secondary Hair Color", this.colors.hairSecondary],
["Eyes", this.colors.eyes], ["Eyes", this.colors.eyes],
["Eyebrows", this.colors.eyebrows], ["Eyebrows", this.colors.eyebrows],
["Horns", this.colors.horns], ["Horns / Claws / Nipples", this.colors.horns],
["Claws", this.colors.claws],
["Nipples", this.colors.nipples],
["Tail Spikes", this.colors.tailspikes] ["Tail Spikes", this.colors.tailspikes]
] ]
}; };
@ -186,18 +184,15 @@ export default {
:root { :root {
font-family: "Avenir", Helvetica, Arial, sans-serif; font-family: "Avenir", Helvetica, Arial, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 1.2; line-height: 1.5;
} }
#app { #app {
font-size: 1.125em;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
width: 100%; max-width: 40rem;
margin: auto; margin: auto;
@media (min-width: 60em) {
width: 60em;
}
} }
header { header {