Skip to content

Commit d3ab373

Browse files
ColCarrolltwiecki
authored andcommitted
Clean up the css, make links nice
1 parent c565d33 commit d3ab373

File tree

4 files changed

+15
-374
lines changed

4 files changed

+15
-374
lines changed

docs/source/_static/default.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
a.headerlink:link {
2+
text-decoration: none;
3+
padding: 0 20px;
4+
visibility: hidden
5+
}
6+
7+
h1:hover .headerlink,
8+
h2:hover .headerlink,
9+
h3:hover .headerlink,
10+
h4:hover .headerlink,
11+
h5:hover .headerlink,
12+
h6:hover .headerlink {
13+
visibility: visible
14+
}

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,5 @@ def setup(app):
324324
app.add_stylesheet(
325325
"https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css"
326326
)
327+
app.add_stylesheet("default.css")
327328

docs/source/semantic_sphinx/static/semantic-sphinx.css_t

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/source/semantic_sphinx/static/semantic.min.css

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)