Skip to content

Commit 60494b1

Browse files
author
Tom Softreck
committed
Release version 0.3.95
### Changes since v0.3.94
1 parent 9e51806 commit 60494b1

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [0.3.96] - 2025-04-02
66

7+
## [0.3.96] - 2025-04-02
8+
79
* Release version 0.3.94
810

911

css/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@
5555
transform: translateY(-5px);
5656
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
5757
}
58+
.underline-dash {
59+
text-decoration: underline;
60+
text-decoration-style: dashed;
61+
color: #60A5FA;
62+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 class="text-3xl font-bold mb-4">Start in console</h2>
9999

100100
<p></p>
101101
<div class="text-center mb-16">
102-
<h2 class="text-3xl font-bold mb-4">and ... go to browser</h2>
102+
<h2 class="text-3xl font-bold mb-4">and ... go to browser <a class="underline-dash" href="http://localhost:3000/">http://localhost:3000/</a></h2>
103103
<img src="img/serve-browser.png" alt="ReactStream Logo" class="w-auto mr-4">
104104
</div>
105105

0 commit comments

Comments
 (0)