79562921

Date: 2025-04-08 19:47:23
Score: 0.5
Natty:
Report link

Have you tried adding @theme in global.css ?

// global.css 
@import 'tailwindcss';

@theme {
  --color-black: #1a1a1a;
  --color-white: #fafaf8;
  --color-mint-500: oklch(0.72 0.11 178);
}

You can add custom colors (hex codes, OKLCH, etc.) like this.

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: jjanie