Skip to content

Commit

Permalink
Merge pull request #14 from andypiper/update-labels
Browse files Browse the repository at this point in the history
Update feature label colours.
  • Loading branch information
andypiper authored Jul 11, 2024
2 parents 3a71058 + e8e7367 commit 6593449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/mastodon/layouts/shortcodes/feature-label.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{/* Those also need to be added to tailwind.config.js */}}
{{/* these must also be added to safelist values tailwind.config.js */}}
{{
$colors := dict
"interface" "green-300"
Expand All @@ -7,7 +7,7 @@
"developer" "lime-200"
"api" "emerald-200"
"security" "pink-200"
"container" "lime-200"
"container" "violet-300"
}}

<span
Expand Down
1 change: 1 addition & 0 deletions themes/mastodon/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ module.exports = {
'bg-lime-200',
'bg-emerald-200',
'bg-pink-200',
'bg-violet-300',
],
}

0 comments on commit 6593449

Please sign in to comment.