Skip to content

Commit eaa0d6b

Browse files
committed
docs: add link to lite lab
1 parent fa288c0 commit eaa0d6b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

_templates/lite-demo.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ <h2>DEMO</h2>
1515
>
1616
<input
1717
type="submit"
18+
title="RobotKernel in the la[te]st Jupyter UI"
1819
title="JupyterLab UI"
19-
value="lab"
20+
value="JupyterLab"
2021
class="launch-demo"
2122
/>
2223
<input name="path" type="hidden" value="example.ipynb" />
@@ -136,8 +137,6 @@ <h2>DEMO</h2>
136137
.launch-demo:hover,
137138
.launch-demo:active,
138139
.launch-demo:focus {
139-
background-color: var(--pg-brand-color0);
140-
color: var(--pg-layout-color0);
141-
text-decoration: none;
140+
text-decoration: underline;
142141
}
143142
</style>

0 commit comments

Comments
 (0)