Merge branch 'main' of https://github.com/TriliumNext/Trilium into feat/ui-improvements

This commit is contained in:
Adorian Doran 2025-10-22 21:53:07 +03:00
commit 96b3464f00
4 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,7 @@ body ::-webkit-calendar-picker-indicator {
--custom-color: var(--dark-theme-custom-color); --custom-color: var(--dark-theme-custom-color);
} }
.reference-link, :root .reference-link,
.ck-content a.reference-link > span { .ck-content a.reference-link > span {
color: var(--dark-theme-custom-color, inherit); color: var(--dark-theme-custom-color, inherit);
} }

View File

@ -86,7 +86,7 @@ html {
--custom-color: var(--light-theme-custom-color); --custom-color: var(--light-theme-custom-color);
} }
.reference-link, :root .reference-link,
.ck-content a.reference-link > span { .ck-content a.reference-link > span {
color: var(--light-theme-custom-color, inherit); color: var(--light-theme-custom-color, inherit);
} }

View File

@ -277,7 +277,7 @@
--custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4); --custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
} }
.reference-link, :root .reference-link,
.ck-content a.reference-link > span { .ck-content a.reference-link > span {
color: var(--dark-theme-custom-color, inherit); color: var(--dark-theme-custom-color, inherit);
} }

View File

@ -66,7 +66,7 @@ sqlInit.dbReady.then(() => {
); );
} }
setInterval(() => checkProtectedSessionExpiration(), 1); setInterval(() => checkProtectedSessionExpiration(), 30000);
}); });
function checkProtectedSessionExpiration() { function checkProtectedSessionExpiration() {