Skip to content

Commit 681f233

Browse files
committed
2 parents 18aa55e + 28d6b5a commit 681f233

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

published/13.9.2/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,6 +1793,16 @@ export const injectStyledCSS = (
17931793
color: ${contrastBackgroundColor};
17941794
}
17951795
1796+
.gleap-tour-message h2 {
1797+
font-weight: 600;
1798+
font-size: 22px;
1799+
}
1800+
1801+
.gleap-tour-message h3 {
1802+
font-weight: 600;
1803+
font-size: 18px;
1804+
}
1805+
17961806
.gleap-tour-message p {
17971807
line-height: 1.3;
17981808
}

0 commit comments

Comments
 (0)