feat: add light theme, fixes #156
This commit is contained in:
parent
291cfc80c6
commit
72636c5059
5 changed files with 89 additions and 40 deletions
|
|
@ -27,6 +27,6 @@ export const BaseHtml = ({
|
|||
/>
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
</head>
|
||||
<body class="w-full bg-gray-900 text-gray-200">{children}</body>
|
||||
<body class="w-full bg-neutral-900 text-neutral-200">{children}</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue