File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.10.12.3
6+ // @version 2025.10.12.4
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
18411841 .chatgpt-modal button:hover {
18421842 ${ env . ui . app . scheme == 'light' ? // reduce intensity of light scheme hover glow
18431843 '--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' }
1844- color: inherit ; background-color: inherit /* remove color hacks */
1844+ color: inherit !important ; background-color: inherit !important /* remove color hacks */
18451845 }
18461846 ${ env . ui . app . scheme == 'dark' ? // darkmode chatgpt.alert() styles
18471847 `.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) {
You can’t perform that action at this time.
0 commit comments