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.