mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-22 07:50:36 +01:00
Fix a color in blog preview
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
css: [
|
||||
{
|
||||
a: {
|
||||
color: theme('colors.teal.400'),
|
||||
color: theme('colors.indigo.600'),
|
||||
transitionDuration: '300ms',
|
||||
cursor: 'pointer',
|
||||
borderBottomColor: theme('colors.gray.200'),
|
||||
|
||||
Reference in New Issue
Block a user