Skip to content

Commit 5cf0e1a

Browse files
committed
fix for textual-web links
1 parent 08b49b1 commit 5cf0e1a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/stylesheets/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ td code {
9999
}
100100

101101
:root {
102-
--md-admonition-icon--textualize: url('/images/icons/textualize-logo.svg')
102+
--md-admonition-icon--textualize: url('/images/icons/logo light transparent.svg')
103103
}
104104
.md-typeset .admonition.textualize,
105105
.md-typeset details.textualize {

docs/tutorial.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ The following is *not* a screenshot, but a fully interactive Textual app running
4040

4141
<div class="textual-web-demo" data-app="tutorial"></div>
4242

43-
See [textual-web](https://github.com/Textualize/textual-web) if you are interested in publishing your apps on the web.
43+
44+
!!! tip
45+
46+
See [textual-web](https://github.com/Textualize/textual-web) if you are interested in publishing your Textual apps on the web.
4447

4548

4649
### Get the code

0 commit comments

Comments
 (0)