mirror of
https://github.com/leoyishou/obsidian-ai-autocomplete.git
synced 2026-07-22 06:51:10 +00:00
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>
6 lines
119 B
CSS
6 lines
119 B
CSS
.groq-copilot-ghost-text {
|
|
opacity: 0.4;
|
|
font-style: italic;
|
|
pointer-events: none;
|
|
color: var(--text-muted);
|
|
}
|