Skip to content

Commit 099ae2d

Browse files
committed
Tweaked modal link hover styles ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent cb91c40 commit 099ae2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

starters/chrome/extension/components/modals.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ window.modals = {
130130
.${this.class} [class*=modal-close-btn]:hover { background-color: #f2f2f2 } /* hover underlay */
131131
.${this.class} [class*=modal-close-btn] svg { margin: 11.5px } /* center SVG for hover underlay */
132132
.${this.class} a { color: #${ scheme == 'dark' ? '00cfff' : '1e9ebb' } !important }
133+
.${this.class} a:hover { text-decoration: none ; opacity: 0.7 ; transition: 0.15s ease }
133134
.${this.class} h2 { font-weight: bold }
134135
.${this.class} button {
135136
--btn-transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out ;

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2025.10.13.1",
6+
"version": "2025.10.13.2",
77
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
88
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },
99
"permissions": ["activeTab", "storage"],

0 commit comments

Comments
 (0)