Merge remote-tracking branch 'upstream-next/develop' into feature/i18n

This commit is contained in:
Nriver
2024-08-09 13:36:48 +08:00
15 changed files with 215 additions and 167 deletions

View File

@@ -338,7 +338,7 @@ export default class GlobalMenuWidget extends BasicWidget {
}
downloadLatestVersionCommand() {
window.open("https://github.com/zadam/trilium/releases/latest");
window.open("https://github.com/TriliumNext/Notes/releases/latest");
}
activeContextChangedEvent() {

View File

@@ -4,6 +4,7 @@ body {
--ck-color-base-text: var(--main-text-color);
--ck-color-base-foreground: var(--accented-background-color);
--ck-color-base-background: var(--main-background-color);
--ck-color-dialog-background: var(--ck-color-base-background);
--ck-color-focus-border: var(--main-border-color);
--ck-color-text: var(--main-text-color);
--ck-color-shadow-drop: var(--main-background-color);