Skip to content

Commit 3e35a4c

Browse files
committed
Re-styled modal button colors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent cb3510e commit 3e35a4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 4 additions & 4 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.20
6+
// @version 2025.10.20.1
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
@@ -1848,9 +1848,9 @@
18481848
${ appScheme == 'dark' ? 'background: none ; color: white' : '' }}
18491849
.primary-modal-btn { background: black !important ; color: white !important }
18501850
.chatgpt-modal button:hover {
1851-
${ appScheme == 'light' ? // reduce intensity of light scheme hover glow
1852-
'--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' }
1853-
color: inherit !important ; background-color: inherit !important /* remove color hacks */
1851+
--btn-shadow: ${ appScheme == 'light' ? '2px 1px 43px #00cfff70' : '2px 1px 54px #00cfff' };
1852+
color: inherit !important ; /* remove color hack */
1853+
background-color: rgb(${ appScheme == 'light' ? '192 223 227 / 5%' : '43 156 171 / 43%' }) !important
18541854
}
18551855
${ appScheme == 'dark' ? // darkmode chatgpt.alert() styles
18561856
`.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) {

0 commit comments

Comments
 (0)