Skip to content

Commit 68c23f3

Browse files
committed
fix small visual bugs
1 parent 1f000cc commit 68c23f3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,3 +1984,11 @@ div[class^="navbarSearchContainer"] {
19841984
.medium-zoom-image--opened {
19851985
z-index: 999;
19861986
}
1987+
1988+
.DocSearch-Button {
1989+
cursor: pointer;
1990+
}
1991+
1992+
.DocSearch-Button-Key {
1993+
border: 0;
1994+
}

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ module.exports = {
2424
'data-website-id': 'a9937f98-9c9d-44d9-a433-fec4cb1c114d',
2525
'data-project-name': 'Apify',
2626
'data-modal-title': 'Apify AI Assistant',
27-
'data-project-color': '#ffffff',
27+
'data-project-color': '#666666',
2828
'data-button-hide': 'true',
2929
'data-search-mode-enabled': 'true',
30-
'data-project-logo': 'https://blog.apify.com/content/images/2025/02/Apify_logo.png',
30+
'data-project-logo': 'https://apify.com/img/apify-logo/logomark-32x32.svg',
3131
'data-modal-example-questions': 'How to run an Actor?,Create a version of an Actor?',
3232
'data-modal-override-open-id': 'ask-ai-input',
3333
'data-modal-override-open-class': 'search-input',

0 commit comments

Comments
 (0)