diff --git a/_includes/navigation.html b/_includes/navigation.html index f20d6489a..1b5eac45f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -63,7 +63,7 @@ {% endif %} {% if link.is_new %} - New + New {% endif %} {% if link.description %} diff --git a/tailwind.config.js b/tailwind.config.js index 357224159..8837f1029 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,8 +10,9 @@ module.exports = { 800: '#7f6c5e', 700: '#7f6c5e', 600: '#b9aba1', + 500: colors.white, 200: '#b9aba1', - 100:'#b9aba1', + 100: '#b9aba1', }, secondary: { default: '#c42026',