demo version with watta as author
This commit is contained in:
@@ -11,12 +11,12 @@ module.exports = {
|
||||
extend: {
|
||||
colors: {
|
||||
gray: colors.trueGray,
|
||||
amber: colors.amber,
|
||||
pink: colors.pink,
|
||||
},
|
||||
|
||||
fontFamily: {
|
||||
sans: ["'Rubik'", ...defaultTheme.fontFamily.sans],
|
||||
heading: ["'Rubik'", ...defaultTheme.fontFamily.serif],
|
||||
sans: ["'Crimson Text'", ...defaultTheme.fontFamily.sans],
|
||||
heading: ["'Crimson Text'", ...defaultTheme.fontFamily.serif],
|
||||
},
|
||||
|
||||
maxWidth: {
|
||||
@@ -42,9 +42,9 @@ module.exports = {
|
||||
"on-primary-faint": "gray-400",
|
||||
|
||||
|
||||
"accent": "amber-600",
|
||||
"accent-vivid": "amber-400",
|
||||
"accent-strong": "amber-800",
|
||||
"accent": "pink-600",
|
||||
"accent-vivid": "pink-400",
|
||||
"accent-strong": "pink-800",
|
||||
|
||||
"on-accent": "black",
|
||||
},
|
||||
@@ -62,9 +62,9 @@ module.exports = {
|
||||
"on-primary-faint": "gray-600",
|
||||
|
||||
|
||||
"accent": "amber-400",
|
||||
"accent-vivid": "amber-600",
|
||||
"accent-strong": "amber-200",
|
||||
"accent": "pink-400",
|
||||
"accent-vivid": "pink-600",
|
||||
"accent-strong": "pink-200",
|
||||
|
||||
"on-accent": "white",
|
||||
},
|
||||
|
Reference in New Issue
Block a user