Skip to content

Commit 3550f88

Browse files
committed
Tone-down Hotjar button background color
1 parent 3bffe25 commit 3550f88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docusaurus/src/scss/__index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@
4545
@import 'diagrams.scss';
4646
@import 'custom-search-bar.scss';
4747
@import 'release-notes.scss';
48+
@import 'hotjar.scss';

docusaurus/src/scss/hotjar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[id*="hotjar-survey"] {
2+
button {
3+
background-color: var(--strapi-primary-200) !important;
4+
}
5+
}

0 commit comments

Comments
 (0)