Skip to content

Commit

Permalink
revert theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Aug 22, 2024
1 parent 8b2b596 commit b87f584
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions docs/_static/my_theme.css
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
.wy-nav-content {
max-width: 1200px !important;
}

button.sphinx-tabs-tab {
padding: 0.3rem 1rem;
}

button.sphinx-tabs-tab[aria-selected="true"] {
border-bottom-width: 2px;
}

.rst-content .sphinx-tabs-panel [class^="highlight"] {
margin: 0;
}

.rst-content .code-block-caption {
text-align: left;
background-color: #c8d9a6;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
font-weight: bold;
font-style: normal;
padding: 8px 12px;
border: 1px solid #e1e4e5;
border-bottom-width: 0;
}

.rst-content div[class^="highlight"] {
margin-top: 0;
}
}

0 comments on commit b87f584

Please sign in to comment.