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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user