Skip to content

Commit

Permalink
Removed modal button underglow outright ↞ [auto-sync from `adamlui/ch…
Browse files Browse the repository at this point in the history
…atgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Aug 4, 2024
1 parent 96a6474 commit e575efc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.8.4
// @version 2024.8.4.1
// @license MIT
// @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e
// @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e
Expand Down Expand Up @@ -1859,8 +1859,6 @@
+ '-moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color) ;'
+ 'text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color) }'
+ '.faulty-letter { opacity: 0.5 ; animation: faulty-flicker 2s linear infinite }'
+ '.glowing-btn::before { content: "" ; position: absolute ; top: 0 ; bottom: 0 ; left: 0 ; right: 0 ;'
+ 'opacity: 0.7 ; filter: blur(1em) ; pointer-events: none ;'
+ ( !isMobile ? 'background: var(--glow-color) ; transform: translateY(120%) rotateX(95deg) scale(1, 0.35)' : '' ) + '}'
+ '.glowing-btn::after { content: "" ; position: absolute ; top: 0 ; bottom: 0 ; left: 0 ; right: 0 ;'
+ 'opacity: 0 ; z-index: -1 ; box-shadow: 0 0 2em 0.2em var(--glow-color) ;'
Expand Down

0 comments on commit e575efc

Please sign in to comment.