File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 148148// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.10.20
151+ // @version 2025.10.20.1
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
25352535 ${ appScheme == 'dark' ? 'background: none ; color: white' : '' } }
25362536 .primary-modal-btn { background: black !important ; color: white !important }
25372537 .chatgpt-modal button:hover {
2538- ${ appScheme == 'light' ? // reduce intensity of light scheme hover glow
2539- '--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' }
2540- color: inherit !important ; background-color: inherit !important /* remove color hacks */
2538+ --btn-shadow: ${ appScheme == 'light' ? '2px 1px 43px #00cfff70' : '2px 1px 54px #00cfff' } ;
2539+ color: inherit !important ; /* remove color hack */
2540+ background- color: rgb( ${ appScheme == 'light' ? '192 223 227 / 5%' : '43 156 171 / 43%' } ) !important
25412541 }
25422542 ${ appScheme == 'dark' ? // darkmode chatgpt.alert() styles
25432543 `.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) {
You can’t perform that action at this time.
0 commit comments