diff --git a/src/_headings.scss b/src/_headings.scss index 0aeea62..b9cd004 100644 --- a/src/_headings.scss +++ b/src/_headings.scss @@ -31,8 +31,10 @@ a.title h1.title { .is-mac.is-electron { .cp__header, - .cp__right-sidebar-topbar * { - cursor: default; + .cp__right-sidebar-topbar { + * { + cursor: default; + } } } @@ -75,6 +77,13 @@ a.title h1.title { align-items: center; } +.cp__right-sidebar-settings a { + opacity: 0.6; + &:hover { + opacity: 1; + } +} + .ls-block :is(h1, h2, h3, h4, h5) { font-family: var(--ct-page-title-font-family); }