Skip to content

Commit

Permalink
review bg color of the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Jan 20, 2025
1 parent 2199ad6 commit 709c4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
39 changes: 0 additions & 39 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,44 +470,6 @@ const config = {
</div>
</div>
<style>
/* Header customization */
.pages-chatbot-header {
background: #2436d4 !important;
color: #ffffff !important;
}
/* Copilot window */
.pva-embedded-web-chat-window {
background: white;
}
/* Bubble from the copilot */
.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
background-color: #2436d4 !important;
border-radius: 5px !important;
}
.webchat__bubble:not(.webchat__bubble--from-user) p {
color: #ffffff;
}
/* Bubble from the user */
.webchat__bubble.webchat__bubble--from-user .webchat__bubble__content {
background-color: #f5f5f5 !important;
border-radius: 5px !important;
}
.webchat__bubble.webchat__bubble--from-user p {
color: #191919;
}
/* Reference links */
.webchat__link-definitions__badge,
.webchat__link-definitions__list-item-text,
.webchat__render-markdown__pure-identifier {
color: #2436d4 !important;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
#chat-widget-iframe-container {
Expand All @@ -530,7 +492,6 @@ const config = {
} else {
chatIframeContainer.style.display = 'none';
}
});
})();
</script>
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 709c4db

Please sign in to comment.