💻 | Working

This commit is contained in:
2021-04-16 21:52:29 +02:00
parent 2ecad33096
commit 8450d8bebf
25 changed files with 162 additions and 122 deletions

View File

@@ -19,7 +19,7 @@ module.exports = {
borderBottomStyle: 'solid',
textDecoration: 'none',
'&:hover': {
borderBottomColor: theme('colors.teal.400'),
borderBottomColor: theme('colors.indigo.600'),
}
}
}
@@ -28,12 +28,12 @@ module.exports = {
dark: {
css: [
{
color: theme('colors.dark.100'),
color: theme('colors.gray.400'),
'[class~="lead"]': {
color: theme('colors.dark.100'),
color: theme('colors.gray.400'),
},
a: {
color: theme('colors.teal.400'),
color: theme('colors.indigo.600'),
transitionDuration: '300ms',
cursor: 'pointer',
borderBottomColor: theme('colors.gray.700'),
@@ -41,7 +41,7 @@ module.exports = {
borderBottomStyle: 'solid',
textDecoration: 'none',
'&:hover': {
borderBottomColor: theme('colors.teal.400'),
borderBottomColor: theme('colors.indigo.600'),
}
},
strong: {