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-Brave Search (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.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
25302530 border: 1px solid ${ appScheme == 'dark' ? 'white' : 'black' } !important }
25312531 .primary-modal-btn { background: black !important ; color: white !important }
25322532 .chatgpt-modal button:hover {
2533- ${ appScheme == 'light' ? // reduce intensity of light scheme hover glow
2534- '--btn-shadow: 2px 1px 43px #00cfff70 ;' : '' }
2535- color: inherit !important ; background-color: inherit !important /* remove color hacks */
2533+ --btn-shadow: ${ appScheme == 'light' ? '2px 1px 43px #00cfff70' : '2px 1px 54px #00cfff' } ;
2534+ color: inherit !important ; /* remove color hack */
2535+ background- color: rgb( ${ appScheme == 'light' ? '192 223 227 / 5%' : '43 156 171 / 43%' } ) !important
25362536 }
25372537 ${ appScheme == 'dark' ? // darkmode chatgpt.alert() styles
25382538 `.chatgpt-modal > div, .chatgpt-modal button:not(.primary-modal-btn) {
You can’t perform that action at this time.
0 commit comments