Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDuelli committed Sep 4, 2024
2 parents 18aa55e + 28d6b5a commit 681f233
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion published/13.9.2/index.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,16 @@ export const injectStyledCSS = (
color: ${contrastBackgroundColor};
}
.gleap-tour-message h2 {
font-weight: 600;
font-size: 22px;
}
.gleap-tour-message h3 {
font-weight: 600;
font-size: 18px;
}
.gleap-tour-message p {
line-height: 1.3;
}
Expand Down

0 comments on commit 681f233

Please sign in to comment.