ccdp10003-project02/app/globals.css

8 lines
82 B
CSS
Raw Permalink Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
color: white;
}