diff --git a/quartz/components/PageList.tsx b/quartz/components/PageList.tsx index b91b05db3..b99670037 100644 --- a/quartz/components/PageList.tsx +++ b/quartz/components/PageList.tsx @@ -52,7 +52,7 @@ export const PageList: QuartzComponent = ({ cfg, fileData, allFiles, limit }: Pr )}

- + {title}

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 9555fdada..0ae3d542c 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -653,7 +653,7 @@ input { // Keep the hover effect &:hover { - color: var(--secondary); + color: var(--tertiary); } } }