From a310e1fd6404ea06ba23932d301561d07b6cd2b3 Mon Sep 17 00:00:00 2001 From: ubermanu Date: Sun, 24 Sep 2023 16:04:02 +0200 Subject: [PATCH] add dark mode support --- sites/roller/src/routes/+page.svelte | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sites/roller/src/routes/+page.svelte b/sites/roller/src/routes/+page.svelte index e1d3c0c..2cdc398 100644 --- a/sites/roller/src/routes/+page.svelte +++ b/sites/roller/src/routes/+page.svelte @@ -28,7 +28,7 @@
@@ -41,13 +41,15 @@

Roller v{pkg.version}

-
+

Roller is a browser extension that allow auto scrolling of web pages (on Linux), by pressing the mouse wheel button, and moving the mouse up @@ -62,7 +64,7 @@ {#each downloads as download} Download for {download.name} @@ -71,7 +73,7 @@

-
+
Built with Svelte on