Skip to content

Commit

Permalink
fix search shortcut tip's colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaangupta committed Dec 23, 2024
1 parent a7c8d66 commit 93bfd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ p {
right: .3rem;
display: block;
padding: .1rem .4rem;
color: var(--md-default-bg-color);
color: inherit;
font-weight: bold;
font-size: .8rem;
border: .05rem solid var(--md-default-bg-color--lighter);
border: .05rem solid var(--md-footer-fg-color--lighter);
border-radius: .1rem;
content: "/";
}

0 comments on commit 93bfd99

Please sign in to comment.