Skip to content

Commit

Permalink
fix(preview): title color for namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 29, 2021
1 parent 3668343 commit cf2c381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ kbd {
text-shadow: 1px 1px 0px black, 1px 1px 1px rgb(136, 136, 136);
}

.tippy-wrapper > :is(h2:first-of-type, .block-parents) a {
.tippy-wrapper > :is(div:first-child, h2:first-child, .block-parents) a {
color: var(--ct-query-header-color);
}

Expand Down

0 comments on commit cf2c381

Please sign in to comment.