style: improve hint text readability on dark background
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
- Change hint-message color to light text - Update kbd/code styling for dark background 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -414,15 +414,17 @@ code, kbd {
|
||||
|
||||
.hint-message {
|
||||
font-size: 0.9rem;
|
||||
color: var(--text-color);
|
||||
color: var(--editor-text);
|
||||
}
|
||||
|
||||
.hint-message kbd,
|
||||
.hint-message code {
|
||||
background: var(--primary-bg-medium);
|
||||
background: rgba(255, 255, 255, 0.15);
|
||||
color: #fff;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.85rem;
|
||||
font-family: var(--font-code);
|
||||
}
|
||||
|
||||
.hint-success {
|
||||
|
||||
Reference in New Issue
Block a user