Skip to content

Commit

Permalink
Tone-down Hotjar button background color
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Dec 19, 2024
1 parent 3bffe25 commit 3550f88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus/src/scss/__index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@
@import 'diagrams.scss';
@import 'custom-search-bar.scss';
@import 'release-notes.scss';
@import 'hotjar.scss';
5 changes: 5 additions & 0 deletions docusaurus/src/scss/hotjar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[id*="hotjar-survey"] {
button {
background-color: var(--strapi-primary-200) !important;
}
}

0 comments on commit 3550f88

Please sign in to comment.