leoyishou_obsidian-ai-autoc.../styles.css
Luis 0fc274537a feat: AI Autocomplete - inline ghost text completion for Obsidian
Powered by Groq API. Type naturally, get ghost text suggestions.
Tab to accept, Esc to dismiss.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:07:29 +08:00

6 lines
119 B
CSS

.groq-copilot-ghost-text {
opacity: 0.4;
font-style: italic;
pointer-events: none;
color: var(--text-muted);
}