From 67b0654514945dacf5af01e208ef73f8403d5850 Mon Sep 17 00:00:00 2001 From: eneller Date: Wed, 19 Mar 2025 19:34:53 +0100 Subject: [PATCH] fix: bookmarklet --- src/epub2go_web/static/styles.css | 3 +++ src/epub2go_web/templates/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/epub2go_web/static/styles.css b/src/epub2go_web/static/styles.css index 931a321..e984e6c 100644 --- a/src/epub2go_web/static/styles.css +++ b/src/epub2go_web/static/styles.css @@ -23,6 +23,9 @@ header{ text-align: center; justify-content: center; } +small{ + color: #777; +} .searchbar{ width: fit-content; } diff --git a/src/epub2go_web/templates/index.html b/src/epub2go_web/templates/index.html index f1c3088..7a6f225 100644 --- a/src/epub2go_web/templates/index.html +++ b/src/epub2go_web/templates/index.html @@ -11,7 +11,7 @@

{{ title }}

- + Bookmarklet @@ -22,7 +22,7 @@ -

Im Moment finden sich hier {{ book_count }} Bücher.

+ Im Moment finden sich hier {{ book_count }} Bücher.