From f9ecfd1ad0fc1ee3319f89e8dc416b0ce6b117d8 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Tue, 17 Jun 2025 17:01:13 +0200 Subject: [PATCH] feat(website): dark mode --- apps/website/src/app.html | 2 +- apps/website/src/routes/+layout.svelte | 8 ++++++-- apps/website/src/routes/+page.svelte | 15 ++++++++------- apps/website/src/routes/download/+page.svelte | 12 ++++++------ .../src/routes/download/download-card.svelte | 4 ++-- apps/website/src/routes/feature-block.svelte | 4 ++-- apps/website/src/routes/header.svelte | 2 +- 7 files changed, 26 insertions(+), 21 deletions(-) diff --git a/apps/website/src/app.html b/apps/website/src/app.html index 16ef9cc59..7539873b8 100644 --- a/apps/website/src/app.html +++ b/apps/website/src/app.html @@ -7,6 +7,6 @@ %sveltekit.head% -
%sveltekit.body%
+ %sveltekit.body% diff --git a/apps/website/src/routes/+layout.svelte b/apps/website/src/routes/+layout.svelte index f6ed20c4b..18fe9f546 100644 --- a/apps/website/src/routes/+layout.svelte +++ b/apps/website/src/routes/+layout.svelte @@ -5,12 +5,16 @@ let { children } = $props(); + +
{@render children()}
- + + \ No newline at end of file diff --git a/apps/website/src/routes/+page.svelte b/apps/website/src/routes/+page.svelte index e8ff0e8b0..f1669fed1 100644 --- a/apps/website/src/routes/+page.svelte +++ b/apps/website/src/routes/+page.svelte @@ -10,7 +10,7 @@ --> -
+
@@ -23,10 +23,11 @@
-

Organize Your Thoughts.
Build Your Knowledge.

-

+

Organize Your Thoughts.
Build Your Knowledge.

+

Trilium Notes helps you build and organize complex personal knowledge bases effortlessly. Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible. +

@@ -113,7 +114,7 @@

Feature Highlights

-
+

Organization & Navigation

@@ -160,13 +161,13 @@
-
+

Ready to get started with Trilium Notes?

-

Build your personal knowledge base with powerful features and full privacy.

+

Build your personal knowledge base with powerful features and full privacy.

diff --git a/apps/website/src/routes/download/+page.svelte b/apps/website/src/routes/download/+page.svelte index fe32d651c..44ae25f7a 100644 --- a/apps/website/src/routes/download/+page.svelte +++ b/apps/website/src/routes/download/+page.svelte @@ -14,13 +14,13 @@ --> -
+
-

Download the desktop application

+

Download the desktop application

- Architecture: + Architecture:
{#each architectures as arch}