From dd05a9f7205bf9d894c95cf3f045f9f3cb9769f7 Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Sun, 18 May 2025 21:03:31 -0600 Subject: [PATCH] Update Steel Blue.css "Top-right corner" isn't correct in macOS anyway, so probably cleaner to just remove it. --- apps/edit-docs/demo/root/Trilium Demo/Steel Blue.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/edit-docs/demo/root/Trilium Demo/Steel Blue.css b/apps/edit-docs/demo/root/Trilium Demo/Steel Blue.css index 56f3dec40..9da2189e7 100644 --- a/apps/edit-docs/demo/root/Trilium Demo/Steel Blue.css +++ b/apps/edit-docs/demo/root/Trilium Demo/Steel Blue.css @@ -1,6 +1,6 @@ /* * This is a demo of how you can create custom theme for Trilium. You can activate it by going - * into options (top-right corner) in first tab "Appearance". + * into options in first tab "Appearance". * * You can read some details on theming here: http://github.com/zadam/trilium/wiki/Themes */ @@ -98,4 +98,4 @@ body .note-detail-editable-text, body .note-detail-readonly-text { body .CodeMirror { filter: invert(100%) hue-rotate(180deg); -} \ No newline at end of file +}