Skip to content

Commit 12ae65b

Browse files
committed
Re-styled modal button colors ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent b4bbb97 commit 12ae65b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -2535,9 +2535,9 @@
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) {

0 commit comments

Comments
 (0)