Skip to content

Commit e4d17bf

Browse files
committed
1 parent 19405a9 commit e4d17bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 2 additions & 2 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 2026.4.15
151+
// @version 2026.4.19
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
@@ -626,7 +626,7 @@
626626
#${app.slug} .reply-header-txt { flex-grow: 1 ; font-size: 12px ; font-family: monospace }
627627
#${app.slug} .reply-header-btns { margin: 7.5px -5px 0 }
628628
#${app.slug} .reply-pre {
629-
font-size: ${app.config.fontSize}px ; white-space: pre-wrap ; min-width: 0 ;
629+
font-size: ${app.config.fontSize}px ; font-weight: bold ; white-space: pre-wrap ; min-width: 0 ;
630630
line-height: ${ app.config.fontSize * app.config.lineHeightRatio }px ; overscroll-behavior: contain ;
631631
position: relative ; z-index: 1 ; /* allow top-margin to overlap header in light scheme */
632632
margin: ${ appScheme == 'light' ? 11 : 13 }px 0 7px 0 ; padding: 1.25em 1.25em 0 1.25em ;

0 commit comments

Comments
 (0)