Skip to content

Commit 698abdc

Browse files
committed
Deleted unused .chatgpt-js styles
1 parent 1bbb337 commit 698abdc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
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.2.16.1
151+
// @version 2025.2.16.2
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -2214,10 +2214,6 @@
22142214
+ `#${app.slug} > pre a, #${app.slug} > pre a:visited { color: #4495d4 }`
22152215
+ `#${app.slug} pre a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : '#ea7a28' }}`
22162216
+ '@keyframes pulse { 0%, to { opacity: 1 } 50% { opacity: .5 }}'
2217-
+ '.chatgpt-js {'
2218-
+ 'font-family: var(--brand-font) ; font-size: .65rem ; position: relative ; right: .9rem }'
2219-
+ '.chatgpt-js > a { color: inherit ; top: .054rem }'
2220-
+ '.chatgpt-js > svg { top: 3px ; position: relative ; margin-right: 1px }'
22212217
+ `#${app.slug}-reply-corner-btns {
22222218
--light-scheme-color: #6f6f6f ; --dark-scheme-color: white ; float: right ; margin-left: 5px ;
22232219
fill: var(--${env.ui.app.scheme}-scheme-color) ; stroke: var(--${env.ui.app.scheme}-scheme-color) }`

0 commit comments

Comments
 (0)