Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit f7c1728

Browse files
gsalunkeamitu
authored andcommitted
Fixing issue of code block heading not readable
1 parent ab294de commit f7c1728

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

event-handling.ftd

+11-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@ width: fill
1717
margin-bottom: 20
1818
background-color: $fpm.color.main.background.step-2
1919

20-
--- ftd.text: the heading (click to toggle)
20+
--- ftd.text: The heading (click to toggle)
2121
$on-click$: toggle $open
22+
color: $fpm.color.main.text
23+
role: $fpm.type.copy-tight
2224

2325
--- ftd.text:
2426
if: $open
27+
color: $fpm.color.main.text
28+
role: $fpm.type.copy-tight
29+
margin-top: $fpm.space.space-2
2530

2631
This is some **markdown text**.
2732

@@ -49,9 +54,14 @@ margin-bottom: 20
4954

5055
\--- ftd.text: the heading (click to toggle)
5156
$on-click$: toggle $open
57+
color: $fpm.color.main.text
58+
role: $fpm.type.copy-tight
5259

5360
\--- ftd.text:
5461
if: $open
62+
color: $fpm.color.main.text
63+
role: $fpm.type.copy-tight
64+
margin-top: $fpm.space.space-2
5565

5666
This is some **markdown text**.
5767

0 commit comments

Comments
 (0)