Add new colors and wip use them all instead of tailwind ones

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-04-05 18:38:30 +04:00
parent 5406e2ef2d
commit e8dacef374
92 changed files with 833 additions and 819 deletions

View File

@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -42,7 +42,7 @@
<link rel="stylesheet" href="/App.css" />
</head>
<body class="bg-gray-50 text-gray-900 font-sans">
<body class="font-sans">
<div id="root"></div>
<script type="module" src="/App.js" defer></script>
</body>