PHP Classes

File: frontend/src/app/globals.css

Recommend this page to a friend!
  Classes of Edward Paul   Task List   frontend/src/app/globals.css   Download  
File: frontend/src/app/globals.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task List
Manage and share a list of tasks
Author: By
Last change:
Date: 12 days ago
Size: 360 bytes
 

Contents

Class file image Download
@tailwind base; @tailwind components; @tailwind utilities; :root { --background: #ffffff; --foreground: #171717; } @media (prefers-color-scheme: dark) { :root { --background: #0a0a0a; --foreground: rgba(23, 26, 26, 0.75); } } body { color: var(--foreground); background: var(--background); font-family: Arial, Helvetica, sans-serif; }