diff --git a/components/Chat/Response/Response.styled.tsx b/components/Chat/Response/Response.styled.tsx index fc91fa99..09bb4f54 100644 --- a/components/Chat/Response/Response.styled.tsx +++ b/components/Chat/Response/Response.styled.tsx @@ -70,25 +70,32 @@ const StyledImages = styled("div", { }); const StyledQuestion = styled("h3", { - fontFamily: "$northwesternSansRegular !important", + fontFamily: "$northwesternSansBold", fontWeight: "400", fontSize: "$gr6", letterSpacing: "-0.012em", lineHeight: "1.35em", margin: "0", padding: "0 0 $gr4 0", - color: "$black50", + color: "$black", }); const StyledStreamedAnswer = styled("article", { fontSize: "$gr3", - lineHeight: "1.7em", + lineHeight: "1.63em", "h1, h2, h3, h4, h5, h6, strong": { fontWeight: "400", fontFamily: "$northwesternSansBold", }, + a: { + textDecoration: "underline", + textDecorationThickness: "min(2px,max(1px,.05em))", + textUnderlineOffset: "calc(.05em + 2px)", + textDecorationColor: "$purple10", + }, + "span.markdown-cursor": { position: "relative", marginLeft: "$gr1", diff --git a/components/Facets/Facets.styled.ts b/components/Facets/Facets.styled.ts index 39f5961d..5751a807 100644 --- a/components/Facets/Facets.styled.ts +++ b/components/Facets/Facets.styled.ts @@ -49,7 +49,7 @@ const FacetExtras = styled("div", { const Wrapper = styled("div", { height: "38px", transition: "$dcScrollHeight", - margin: "$gr4 0", + margin: "0 0 $gr4", "@sm": { margin: "-$gr4 0 $gr4", diff --git a/components/Facets/Filter/Clear.styled.ts b/components/Facets/Filter/Clear.styled.ts index 7b712739..b6a25b96 100644 --- a/components/Facets/Filter/Clear.styled.ts +++ b/components/Facets/Filter/Clear.styled.ts @@ -26,6 +26,7 @@ const FilterClearStyled = styled("button", { variants: { isFixed: { true: { + backgroundColor: "$white", boxShadow: "2px 2px 5px #0002", }, }, diff --git a/components/Facets/UserFacets/UserFacets.styled.ts b/components/Facets/UserFacets/UserFacets.styled.ts index a163e29d..c1a28e4f 100644 --- a/components/Facets/UserFacets/UserFacets.styled.ts +++ b/components/Facets/UserFacets/UserFacets.styled.ts @@ -1,11 +1,12 @@ import * as Dropdown from "@radix-ui/react-dropdown-menu"; + import { styled } from "@/stitches.config"; /* eslint sort-keys: 0 */ const DropdownToggle = styled(Dropdown.Trigger, { display: "flex", - padding: "0 $gr2", + padding: "0 $gr1", border: "none", position: "relative", backgroundColor: "transparent", @@ -21,7 +22,6 @@ const DropdownToggle = styled(Dropdown.Trigger, { svg: { width: "$gr4", - marginBottom: "-3px", color: "$purple120", transform: "rotate(0deg)", transition: "$dcAll", @@ -41,7 +41,8 @@ const DropdownToggle = styled(Dropdown.Trigger, { height: "19px", borderRadius: "50%", marginTop: "-$gr4", - marginRight: "calc(-$gr3 + 4px)", + position: "absolute", + right: "-6px", }, [`&:hover`]: { diff --git a/components/Facets/WorkType/WorkType.styled.ts b/components/Facets/WorkType/WorkType.styled.ts index 69fb28b2..9fd66f11 100644 --- a/components/Facets/WorkType/WorkType.styled.ts +++ b/components/Facets/WorkType/WorkType.styled.ts @@ -1,4 +1,5 @@ import * as Radio from "@radix-ui/react-radio-group"; + import { styled } from "@/stitches.config"; /* eslint sort-keys: 0 */ diff --git a/components/Header/Header.styled.ts b/components/Header/Header.styled.ts index 3ab84a13..97afb7a7 100644 --- a/components/Header/Header.styled.ts +++ b/components/Header/Header.styled.ts @@ -1,7 +1,6 @@ import { VariantProps, styled } from "@/stitches.config"; import { ContainerStyled } from "@/components/Shared/Container"; -import Nav from "../Nav/Nav"; import { NavStyled } from "@/components/Nav/Nav.styled"; import { SearchStyled } from "@/components/Search/Search.styled"; @@ -9,11 +8,11 @@ import { SearchStyled } from "@/components/Search/Search.styled"; const Lockup = styled("div", { position: "relative", - padding: "$gr4 0 $gr5", + padding: "$gr4 0", fontSize: "$gr5", fontFamily: "$northwesternSansRegular", zIndex: "1", - color: "$purple120", + color: "$purple", a: { color: "inherit !important", @@ -75,6 +74,7 @@ const Primary = styled("div", { alignItems: "flex-end", justifyContent: "center", margin: "0 auto", + paddingBottom: "$gr4", zIndex: "1", transition: "$dcAll", position: "relative", @@ -158,7 +158,7 @@ const Primary = styled("div", { const Super = styled("div", { position: "relative", - backgroundColor: "$purple120", + backgroundColor: "$purple", color: "$purple10", zIndex: "10", @@ -205,6 +205,11 @@ const HeaderStyled = styled("header", { isHero: { true: { backgroundColor: "$purple", + + [`& ${Super}`]: { + boxShadow: "0px 5px 19px #0002", + }, + [`& ${Lockup}`]: { color: "$white !important", }, diff --git a/components/Header/Primary.tsx b/components/Header/Primary.tsx index d4e1008c..d8f9e572 100644 --- a/components/Header/Primary.tsx +++ b/components/Header/Primary.tsx @@ -1,10 +1,7 @@ import { Primary, PrimaryInner } from "@/components/Header/Header.styled"; import { useEffect, useRef, useState } from "react"; -import { AcademicN } from "@/components/Shared/SVG/Northwestern"; import Container from "@/components/Shared/Container"; -import Heading from "@/components/Heading/Heading"; -import { IconArrowForward } from "../Shared/SVG/Icons"; import Link from "next/link"; import Nav from "@/components/Nav/Nav"; import Search from "@/components/Search/Search"; diff --git a/components/Hero/Hero.styled.ts b/components/Hero/Hero.styled.ts index 4a777cd6..4eb41ff1 100644 --- a/components/Hero/Hero.styled.ts +++ b/components/Hero/Hero.styled.ts @@ -90,8 +90,7 @@ const HeroStyled = styled("div", { display: "flex", width: "100%", height: "100%", - background: - "linear-gradient(0deg, #401F68cc 0%, #000a 20%, #0000 61.8%)", + background: "linear-gradient(0deg, #000a 0%, #000a 19%, #0000 50%)", position: "absolute", zIndex: "1", bottom: "0", diff --git a/components/Homepage/Hero.styled.ts b/components/Homepage/Hero.styled.ts index 79d60e97..3d7e1f67 100644 --- a/components/Homepage/Hero.styled.ts +++ b/components/Homepage/Hero.styled.ts @@ -24,11 +24,6 @@ export const HomepageHeroStyled = styled("div", { ".swiper-slide": { figure: { - "&::before": { - background: - "linear-gradient(7deg, #000a 0%, #000a 20%, #0000 61.8%)", - }, - figcaption: { alignItems: "flex-end", bottom: "$gr6", @@ -41,11 +36,6 @@ export const HomepageHeroStyled = styled("div", { }, }, }, - - ".swiper-wrapper::before": { - background: - "linear-gradient(180deg, $purple 3%, #4E2A84cc 19%, #0000 50%)", - }, }, }, }); diff --git a/components/Search/JumpTo.tsx b/components/Search/JumpTo.tsx index 733963ee..6455ad45 100644 --- a/components/Search/JumpTo.tsx +++ b/components/Search/JumpTo.tsx @@ -1,4 +1,3 @@ -import { Input, SearchStyled } from "./Search.styled"; import React, { ChangeEvent, FocusEvent, @@ -9,6 +8,7 @@ import React, { import { IconSearch } from "@/components/Shared/SVG/Icons"; import SearchJumpToList from "@/components/Search/JumpToList"; +import { SearchStyled } from "./Search.styled"; import Swiper from "swiper"; interface SearchProps { @@ -91,7 +91,8 @@ const SearchJumpTo: React.FC = ({ isSearchActive }) => { return ( - ( return (