File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
- title : Running Locally
66
66
link : local.html
67
67
svg_text : |-
68
- <svg fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
68
+ <svg class="w-6 h-6 text-gray-800 dark:text-white" aria-hidden="true" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
69
69
<path stroke-linecap="round" stroke-linejoin="round" d="M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25"></path>
70
70
</svg>
71
71
Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ a.anchor-link {
116
116
117
117
{% - block body_header -%}
118
118
{% if resources .theme == 'dark' %}
119
- <body class =" " data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" >
119
+ <body class =" dark " data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" >
120
120
{% else %}
121
- <body class =" " data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" >
121
+ <body class =" dark " data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" >
122
122
{% endif %}
123
123
124
124
<nav class =" dark bg-white border-gray-200 py-2.5 dark:bg-gray-900" >
You can’t perform that action at this time.
0 commit comments