Skip to content

Commit 817263a

Browse files
authored
Big theme button (#59)
1 parent b450e58 commit 817263a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/source/_static/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,10 @@ body div.body ul li:nth-child(6) {
188188

189189
body.dark .icon-grid .icon {
190190
background-color: #f3e5ab;
191-
}
191+
}
192+
193+
.btn-theme-toggle {
194+
height: 65px;
195+
width: 65px;
196+
font-size: 3em;
197+
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h3>Theme Switcher</h3>
2-
<p class="theme-toggle-container">
2+
<div class="theme-toggle-container">
33
<button id="theme-toggle" class="btn-theme-toggle">
44
🌙
55
</button>
6-
</p>
6+
<span id="theme-tooltip" class="tooltip"></span>
7+
</div>

0 commit comments

Comments
 (0)