We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16d654 commit 5665e09Copy full SHA for 5665e09
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [0.0.89] - 2025-03-29
4
+
5
+- Small title theme fix in `quantum`
6
7
## [0.0.88] - 2025-03-28
8
9
- Two new themes: `quantum` and `frost`
assets/logo/demotime-square.png
37.5 KB
src/preview/themes/quantum.css
@@ -216,6 +216,7 @@
216
217
h1 {
218
@apply text-6xl mb-6;
219
+ line-height: 1.2;
220
color: var(--demotime-intro-heading-color);
221
background: var(--demotime-intro-heading-background);
222
-webkit-background-clip: text;
@@ -271,6 +272,7 @@
271
272
273
274
275
276
color: var(--demotime-section-heading-color);
277
background: var(--demotime-section-heading-background);
278
0 commit comments