This commit is contained in:
Mike Cao 2023-01-02 12:26:10 -08:00
parent f3879c92e1
commit 170b30b391
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import { WebsiteActive } from 'lib/types';
import { NextApiRequestQueryBody } from 'lib/types';
import { WebsiteActive, NextApiRequestQueryBody } from 'lib/types';
import { canViewWebsite } from 'lib/auth';
import { useAuth, useCors } from 'lib/middleware';
import { NextApiResponse } from 'next';

View File

@ -69,6 +69,7 @@ a,
a:active,
a:visited {
color: var(--primary400);
text-decoration: none;
}
main {