💄 Style updates to enhance design consistency

This commit is contained in:
James Panther
2021-08-18 12:54:18 +10:00
parent 7f59d04d39
commit 7030022620
20 changed files with 126 additions and 72 deletions
+13 -1
View File
@@ -19,6 +19,12 @@ module.exports = {
primary: colors.violet,
secondary: colors.fuchsia,
},
underlineOffset: {
small: "2px",
},
underlineThickness: {
bold: "2px",
},
extend: {
typography: (theme) => ({
DEFAULT: {
@@ -27,13 +33,18 @@ module.exports = {
a: {
color: theme("colors.primary.700"),
textDecoration: "underline",
textDecorationColor: theme("colors.primary.300"),
fontWeight: "500",
"&:hover": {
backgroundColor: theme("colors.primary.600"),
borderRadius: "0.09rem",
color: theme("colors.white"),
textDecoration: "none",
},
},
blockquote: {
borderLeftColor: theme("colors.primary.200"),
},
h2: {
position: "relative",
},
@@ -73,6 +84,7 @@ module.exports = {
color: theme("colors.gray.400"),
a: {
color: theme("colors.primary.400"),
textDecorationColor: theme("colors.gray.500"),
},
strong: {
color: theme("colors.white"),
@@ -88,7 +100,7 @@ module.exports = {
},
blockquote: {
color: theme("colors.gray.200"),
borderLeftColor: theme("colors.gray.600"),
borderLeftColor: theme("colors.primary.900"),
},
h1: {
color: theme("colors.white"),