CSS fix.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -69,6 +69,7 @@ a,
|
||||
a:active,
|
||||
a:visited {
|
||||
color: var(--primary400);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user