Complete multi-document mode

This commit is contained in:
2025-07-01 18:16:05 +08:00
parent 70d88dabba
commit 1604564e63
15 changed files with 1368 additions and 431 deletions

View File

@@ -505,11 +505,12 @@ const scrollToCurrentLanguage = () => {
}
&.active {
background-color: rgba(181, 206, 168, 0.1);
color: #b5cea8;
background-color: var(--selection-bg);
color: var(--selection-text);
.language-alias {
color: rgba(181, 206, 168, 0.7);
color: var(--selection-text);
opacity: 0.7;
}
}