|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797806979705"> |
| 6 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.7.0.797870837668"> |
7 | 7 |
|
8 | 8 | <!-- See retype.com --> |
9 | 9 | <meta name="generator" content="Retype 3.7.0"> |
|
31 | 31 | <script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script> |
32 | 32 |
|
33 | 33 | <link href="../assets/favicon.png" rel="icon"> |
34 | | - <link href="../resources/css/retype.css?v=3.7.0.797806979705" rel="stylesheet"> |
| 34 | + <link href="../resources/css/retype.css?v=3.7.0.797870837668" rel="stylesheet"> |
35 | 35 |
|
36 | | - <script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script> |
| 36 | + <script data-cfasync="false" src="../resources/js/config.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script> |
37 | 37 | <script data-cfasync="false" src="../resources/js/retype.js?v=3.7.0" data-turbo-eval="false" defer></script> |
38 | | - <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797806979705" data-turbo-eval="false" defer></script> |
39 | | - <script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.7.0.797806979705" defer></script> |
| 38 | + <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.7.0.797870837668" data-turbo-eval="false" defer></script> |
| 39 | + <script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.7.0.797870837668" defer></script> |
40 | 40 |
|
41 | 41 | <style> |
42 | 42 |
|
|
60 | 60 |
|
61 | 61 | aside .simplebar-content-wrapper { |
62 | 62 |
|
63 | | - /* Currently, the first entry is 'Home' and last one is 'Reference' */ |
64 | | - li:first-child, li:last-child { |
| 63 | + li:first-child, li:nth-last-child(2) { |
65 | 64 | margin-top: 0.75em; |
66 | 65 | padding-top: 0.75em; |
| 66 | + border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent); |
| 67 | + } |
| 68 | + |
| 69 | + /* Currently, the first entry is 'Home' and last one is 'Reference' */ |
| 70 | + li:first-child, li:last-child { |
67 | 71 | margin-bottom: 0.75em; |
68 | 72 | padding-bottom: 0.75em; |
69 | 73 | border-bottom: 1px solid color-mix(in srgb, gray 12.5%, transparent); |
70 | | - border-top: 1px solid color-mix(in srgb, gray 12.5%, transparent); |
| 74 | + |
71 | 75 | } |
72 | 76 |
|
73 | 77 | } |
|
0 commit comments