From 170b30b39194dca89bc016182e1a3aa015dcb248 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 2 Jan 2023 12:26:10 -0800 Subject: [PATCH] CSS fix. --- pages/api/websites/[id]/active.ts | 3 +-- styles/index.css | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/api/websites/[id]/active.ts b/pages/api/websites/[id]/active.ts index 5f49c352..99c8d999 100644 --- a/pages/api/websites/[id]/active.ts +++ b/pages/api/websites/[id]/active.ts @@ -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'; diff --git a/styles/index.css b/styles/index.css index 4159bb98..982523a3 100644 --- a/styles/index.css +++ b/styles/index.css @@ -69,6 +69,7 @@ a, a:active, a:visited { color: var(--primary400); + text-decoration: none; } main {