diff --git a/frontends/mit-open/src/pages/DepartmentListingPage/DepartmentListingPage.tsx b/frontends/mit-open/src/pages/DepartmentListingPage/DepartmentListingPage.tsx index 2b49fa76b3..f40a37f645 100644 --- a/frontends/mit-open/src/pages/DepartmentListingPage/DepartmentListingPage.tsx +++ b/frontends/mit-open/src/pages/DepartmentListingPage/DepartmentListingPage.tsx @@ -44,10 +44,6 @@ const SCHOOL_ICONS: Record = { "https://computing.mit.edu/": , } -const Page = styled.div(({ theme }) => ({ - backgroundColor: theme.custom.colors.white, -})) - const SchoolTitle = styled.h2(({ theme }) => { return { marginBottom: "10px", @@ -105,7 +101,7 @@ const DepartmentLink = styled(ListItemLink)(({ theme }) => ({ }, }, "&:hover": { - backgroundColor: theme.custom.colors.lightGray1, + backgroundColor: theme.custom.colors.white, ".hover-dark, .MuiListItemText-secondary": { color: theme.custom.colors.darkGray1, }, @@ -217,7 +213,7 @@ const DepartmentListingPage: React.FC = () => { : {} return ( - + <> { - + ) }