diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index 8d9410044..4e9cab0fc 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -124,6 +124,9 @@ button.desktop-explorer { color: var(--dark); opacity: 0.75; pointer-events: all; + font-weight: $normalWeight; + line-height: 1.5rem; + font-size: 0.95rem; &.active { opacity: 1; @@ -159,9 +162,9 @@ button.desktop-explorer { & div > a { color: var(--secondary); font-family: var(--headerFont); - font-size: 0.95rem; - font-weight: $semiBoldWeight; - line-height: 1.5rem; + font-size: 1.05rem; + font-weight: $normalWeight; + line-height: 2.0rem; display: inline-block; } @@ -182,12 +185,12 @@ button.desktop-explorer { font-family: var(--headerFont); & span { - font-size: 0.95rem; + font-size: 1.05rem; display: inline-block; color: var(--secondary); - font-weight: $semiBoldWeight; + font-weight: $normalWeight; margin: 0; - line-height: 1.5rem; + line-height: 2.0rem; pointer-events: none; } } diff --git a/quartz/components/styles/listPage.scss b/quartz/components/styles/listPage.scss index e86c39dcb..b3f436fbc 100644 --- a/quartz/components/styles/listPage.scss +++ b/quartz/components/styles/listPage.scss @@ -11,7 +11,7 @@ li.section-li { & > .section { display: grid; - grid-template-columns: fit-content(8em) 3fr 1fr; + grid-template-columns: fit-content(12em) 3fr 1fr; @media all and ($mobile) { & > .tags {