Skip to content

Commit 7463476

Browse files
spethbryanwweber
authored andcommitted
Match style of navbar icons in current docs
1 parent 5bcdf55 commit 7463476

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

source/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ p + div.math {
3636
text-align: center;
3737
}
3838

39+
.theme-switch-button span {
40+
padding: 1.6em;
41+
}
42+
3943
/* Make "tip" background color different from "versionadded" */
4044
.admonition.tip,
4145
div.admonition.tip {

source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@
116116
},
117117
"github_url": "https://github.com/Cantera/cantera",
118118
"header_links_before_dropdown": 6,
119-
"icon_links": [
120-
{
121-
"name": "PyPI",
122-
"url": "https://pypi.org/project/cantera",
123-
"icon": "fa-solid fa-box",
124-
},
125-
],
126119
# "logo": {
127120
# "text": "PyData Theme",
128121
# "image_dark": "_static/logo-dark.svg",

0 commit comments

Comments
 (0)