Skip to content

Commit 5665e09

Browse files
committed
Update CHANGELOG for version 0.0.89 and fix title theme in quantum
1 parent a16d654 commit 5665e09

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.0.89] - 2025-03-29
4+
5+
- Small title theme fix in `quantum`
6+
37
## [0.0.88] - 2025-03-28
48

59
- Two new themes: `quantum` and `frost`

assets/logo/demotime-square.png

37.5 KB
Loading

src/preview/themes/quantum.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216

217217
h1 {
218218
@apply text-6xl mb-6;
219+
line-height: 1.2;
219220
color: var(--demotime-intro-heading-color);
220221
background: var(--demotime-intro-heading-background);
221222
-webkit-background-clip: text;
@@ -271,6 +272,7 @@
271272

272273
h1 {
273274
@apply text-6xl mb-6;
275+
line-height: 1.2;
274276
color: var(--demotime-section-heading-color);
275277
background: var(--demotime-section-heading-background);
276278
-webkit-background-clip: text;

0 commit comments

Comments
 (0)