Skip to content

Commit

Permalink
docs(style): fix bacground code literal
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Apr 15, 2022
1 parent 36a668e commit d666587
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_static/mdsanima.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,12 @@ p code.literal {

/* badge no border */
:is(h1, h2, h3, h4, .sidebar-scroll, .toc-scroll, .related-pages, .toctree-wrapper)
:is(.sd-outline-primary, .sd-outline-secondary, .sd-outline-success, .sd-outline-info, .sd-outline-warning, .sd-outline-danger, .sd-outline-light, .sd-outline-dark, code.literal) {
:is(.sd-outline-primary, .sd-outline-secondary, .sd-outline-success, .sd-outline-info, .sd-outline-warning, .sd-outline-danger, .sd-outline-light, .sd-outline-dark) {
border-width: 0px !important;
}

/* code no bacground */
:is(h1, h2, h3, h4, .sidebar-scroll, .toc-scroll, .related-pages, .toctree-wrapper) code.literal {
background: var(--color-mdsanima-bg-primary);
}

Expand Down

0 comments on commit d666587

Please sign in to comment.