We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450e58 commit 817263aCopy full SHA for 817263a
doc/source/_static/custom.css
@@ -188,4 +188,10 @@ body div.body ul li:nth-child(6) {
188
189
body.dark .icon-grid .icon {
190
background-color: #f3e5ab;
191
-}
+}
192
+
193
+.btn-theme-toggle {
194
+ height: 65px;
195
+ width: 65px;
196
+ font-size: 3em;
197
doc/source/_templates/theme_switcher_sidebar.html
@@ -1,6 +1,7 @@
1
<h3>Theme Switcher</h3>
2
-<p class="theme-toggle-container">
+<div class="theme-toggle-container">
3
<button id="theme-toggle" class="btn-theme-toggle">
4
🌙
5
</button>
6
-</p>
+ <span id="theme-tooltip" class="tooltip"></span>
7
+</div>
0 commit comments