Skip to content

Commit

Permalink
updated CSS to fix uppercase bug
Browse files Browse the repository at this point in the history
  • Loading branch information
quattro committed Mar 26, 2024
1 parent 36c6f79 commit 77e97d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mkdocs build # twice, see https://github.com/patrick-kidger/pytkdocs_tweaks
- name: Configure GitHub Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Upload docs
uses: actions/upload-pages-artifact@v2
Expand Down
4 changes: 1 addition & 3 deletions docs/_static/custom_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ html {
font-weight: 700;
}




/* Change default colours for <a> tags */

[data-md-color-scheme="default"] {
Expand Down Expand Up @@ -160,4 +157,5 @@ h5.doc-heading, h6.heading {
background-color: var(--doc-heading-color-alt);
border-radius: 2pt;
padding: 0pt 5pt 2pt 5pt;
text-transform: none !important;
}

0 comments on commit 77e97d0

Please sign in to comment.