From 76256c1b9c8e8c85fab064a8923add5ed3ee168e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 22 Nov 2024 20:21:22 +0200 Subject: [PATCH] feat(theme): use TriliumNext as setup theme --- src/public/stylesheets/theme-next.css | 6 +++++- src/views/setup.ejs | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 825a77e60..387cc95c6 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1,3 +1,6 @@ +/* + * Dark color scheme + */ @media (prefers-color-scheme: dark) { :root { --theme-style: dark; @@ -101,4 +104,5 @@ .ck-content pre { box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important; } -} \ No newline at end of file +} + diff --git a/src/views/setup.ejs b/src/views/setup.ejs index ac3fd6c91..c412a6320 100644 --- a/src/views/setup.ejs +++ b/src/views/setup.ejs @@ -162,6 +162,8 @@ - + + +