There was an error while loading. Please reload this page.
1 parent 3bffe25 commit 3550f88Copy full SHA for 3550f88
docusaurus/src/scss/__index.scss
@@ -45,3 +45,4 @@
45
@import 'diagrams.scss';
46
@import 'custom-search-bar.scss';
47
@import 'release-notes.scss';
48
+@import 'hotjar.scss';
docusaurus/src/scss/hotjar.scss
@@ -0,0 +1,5 @@
1
+[id*="hotjar-survey"] {
2
+ button {
3
+ background-color: var(--strapi-primary-200) !important;
4
+ }
5
+}
0 commit comments