Skip to content

Commit

Permalink
correct css import
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed Mar 13, 2022
1 parent ee74fa4 commit 84e58cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/_static/my_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
color: red;
font-weight: bold;
}

.small {
font-size:60%;
}
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@


def setup(app):
app.add_css_file("css/custom.css")
app.add_css_file("css/my_theme.css")


# -- Options for LaTeX output ------------------------------------------------
Expand Down

0 comments on commit 84e58cd

Please sign in to comment.