Skip to content

Commit

Permalink
fix styling of 'new' icon
Browse files Browse the repository at this point in the history
  • Loading branch information
yelper committed Mar 7, 2020
1 parent 4f086d2 commit 41c32be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{% endif %}

{% if link.is_new %}
<span class="bg-accent text-primary-600 text-sm px-2 rounded-full">New</span>
<span class="bg-accent text-primary-500 text-sm mx-1 px-2 rounded-full">New</span>
{% endif %}

{% if link.description %}
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = {
800: '#7f6c5e',
700: '#7f6c5e',
600: '#b9aba1',
500: colors.white,
200: '#b9aba1',
100:'#b9aba1',
100: '#b9aba1',
},
secondary: {
default: '#c42026',
Expand Down

0 comments on commit 41c32be

Please sign in to comment.