Skip to content

Commit

Permalink
Update typography defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lurnid committed Oct 31, 2024
1 parent 3b689e6 commit 3bd55be
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion assets/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@ module.exports = {
extend: {
colors: {
brand: "#FD4F00",
}
},
typography: {
DEFAULT: {
css: {
color: '#333',
a: {
color: '#3182ce',
'&:hover': {
color: '#2c5282',
},
},
},
},
},
},
},
plugins: [
Expand Down

0 comments on commit 3bd55be

Please sign in to comment.