feat: simplify site & improve design, add initial character images

This commit is contained in:
Julian Tölle 2023-03-26 19:53:54 +02:00
parent 677604ae90
commit d64bc021f2
13 changed files with 101 additions and 94 deletions

View file

@ -10,32 +10,6 @@ module.exports = {
gray: colors.slate,
amber: colors.amber,
blue: colors.fuchsia,
"dark-burgundy": {
DEFAULT: "#6D071A",
50: "#F1244A",
100: "#F0133C",
200: "#D20D32",
300: "#B00B2A",
400: "#8F0922",
500: "#6D071A",
600: "#5A0615",
700: "#470511",
800: "#33030C",
900: "#200208",
},
"forest-green": {
DEFAULT: "#1C731C",
50: "#259825",
100: "#249424",
200: "#228B22",
300: "#208320",
400: "#1E7B1E",
500: "#1C731C",
600: "#175E17",
700: "#124A12",
800: "#0D350D",
900: "#082108",
},
"cocoa-brown": {
DEFAULT: "#261C1C",
50: "#857362",
@ -49,6 +23,32 @@ module.exports = {
800: "#140F0F",
900: "#030202",
},
'red': {
DEFAULT: '#BC2B1F',
50: '#F0A9A3',
100: '#ED9891',
200: '#E7786E',
300: '#E1574B',
400: '#DC3628',
500: '#BC2B1F',
600: '#8C2017',
700: '#5C150F',
800: '#2C0A07',
900: '#000000'
},
'yellow': {
DEFAULT: '#DDB679',
50: '#FAF4EB',
100: '#F6EBDB',
200: '#EED9BA',
300: '#E5C89A',
400: '#DDB679',
500: '#D29E4C',
600: '#B7822F',
700: '#8B6223',
800: '#5E4318',
900: '#31230C'
},
},
extend: {
fontFamily: { vinque: "Vinque, serif" },