Skip to content

Commit

Permalink
fix: right bar header link opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 8, 2021
1 parent 9929e23 commit 60207fd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 60207fd

Please sign in to comment.