Skip to content

Commit fd9a46d

Browse files
committed
Re-added erroneously deleted !importants
1 parent b79bcdb commit fd9a46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1841,7 +1841,7 @@
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) {

0 commit comments

Comments
 (0)