Skip to content

Commit

Permalink
Add custom styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Jan 16, 2025
1 parent f055dea commit 4b7921c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* Force table gridlines */
table.docutils,
table.docutils td,
table.docutils th {
border: 1px solid #ccc;
border-collapse: collapse;
}
5 changes: 5 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
# https://documenteer.lsst.io/technotes/

from documenteer.conf.technote import * # noqa F401 F403

html_static_path = ["_static"]
html_css_files = [
"custom.css",
]

0 comments on commit 4b7921c

Please sign in to comment.