mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
feat: simplify site & improve design, add initial character images
This commit is contained in:
parent
677604ae90
commit
d64bc021f2
13 changed files with 101 additions and 94 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue