Skip to content

Commit

Permalink
-- docs: Modified css for inline code (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored and GitHub Enterprise committed Oct 30, 2023
1 parent 817bbcc commit b737759
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,20 @@

.wy-nav-content {
max-width: 1240px;
}
}

.rst-content code.literal {
position: relative;
top: -0.08rem;
color: #545454;
font-weight: 600;
background: none;
}

.rst-content code.xref {
position: relative;
top: -0.08rem;
color: #062873;
font-weight: 700;
background: none;
}

0 comments on commit b737759

Please sign in to comment.