Skip to content

Commit

Permalink
style: 💄 Updating secondary text colours
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Dec 2, 2024
1 parent 8d7f0cf commit 92a68a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,8 @@
</td>
</tr>
<tr class="bg-light-brand-primary dark:bg-dark-brand-primary">
<td class="px-6 py-4 font-mono">
<div
class="
bg-light-brand-secondary dark:bg-dark-brand-secondary
text-light-onbrand-secondary dark:text-dark-onbrand-secondary p-2 rounded
"
>
bg-light-brand-secondary dark:bg-dark-brand-secondary
</div>
<td class="px-6 py-4 font-mono bg-light-brand-secondary dark:bg-dark-brand-secondary text-light-onbrand-secondary dark:text-dark-onbrand-secondary">
bg-light-onbrand-secondary dark:bg-dark-onbrand-secondary
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions embedded_gems/pathogen/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ e.g. bg-light-brand-primary instead of bg-bg-brand-600
*/

const globalColors = {
brand: colors.emerald,
brand: colors.green,
neutral: colors.slate,
danger: colors.rose,
success: colors.green,
Expand Down Expand Up @@ -70,7 +70,7 @@ module.exports = {
// Light mode
"light-default": globalColors.neutral[900],
"light-onbrand-primary": colors.neutral[100],
"light-onbrand-secondary": globalColors.brand[800],
"light-onbrand-secondary": globalColors.neutral[900],
"light-onneutral-primary": globalColors.neutral[700],
"light-ondanger-primary": colors.neutral[100],

Expand Down

0 comments on commit 92a68a9

Please sign in to comment.