CSS fix.
parent
f3879c92e1
commit
170b30b391
|
@ -1,5 +1,4 @@
|
||||||
import { WebsiteActive } from 'lib/types';
|
import { WebsiteActive, NextApiRequestQueryBody } from 'lib/types';
|
||||||
import { NextApiRequestQueryBody } from 'lib/types';
|
|
||||||
import { canViewWebsite } from 'lib/auth';
|
import { canViewWebsite } from 'lib/auth';
|
||||||
import { useAuth, useCors } from 'lib/middleware';
|
import { useAuth, useCors } from 'lib/middleware';
|
||||||
import { NextApiResponse } from 'next';
|
import { NextApiResponse } from 'next';
|
||||||
|
|
|
@ -69,6 +69,7 @@ a,
|
||||||
a:active,
|
a:active,
|
||||||
a:visited {
|
a:visited {
|
||||||
color: var(--primary400);
|
color: var(--primary400);
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
Loading…
Reference in New Issue