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 8961077 commit c0a687dCopy full SHA for c0a687d
docs/main.mako
@@ -7,9 +7,16 @@
7
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
8
9
<style>
10
+header {
11
+ display: flex;
12
+ justify-content: space-between;
13
+ align-items: center;
14
+}
15
+
16
.row > * {
17
width: auto !important;
18
}
19
20
body.dark {
21
--bs-body-bg: var(--bs-dark);
22
--bs-body-color: var(--bs-light);
@@ -31,13 +38,6 @@ body.dark button.btn.btn-link {
31
38
--bs-btn-color: var(--bs-link-color);
32
39
33
40
34
-header {
35
- display: flex;
36
- justify-content: space-between;
37
- align-items: center;
-}
-
41
#darkmode, #lightmode {
42
float: right;
43
0 commit comments