From e5b2e1e7a26dd2446e0a7e575c4e2fb29c15d4b0 Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 25 Jan 2024 14:17:24 -0500 Subject: [PATCH] add link that actually says 'Start Reading' on the works page --- dlibrary/static/dlibrary.css | 6 ++++++ dlibrary/templates/work.html | 1 + 2 files changed, 7 insertions(+) diff --git a/dlibrary/static/dlibrary.css b/dlibrary/static/dlibrary.css index 2f67966..c7a17b0 100644 --- a/dlibrary/static/dlibrary.css +++ b/dlibrary/static/dlibrary.css @@ -108,6 +108,12 @@ body { max-width: 100%; } +.work-preview .start-link { + text-align: center; + font-weight: bold; + font-size: 24px; +} + .work-info { flex-basis: 40%; flex-grow: 1; diff --git a/dlibrary/templates/work.html b/dlibrary/templates/work.html index 3717b17..3f75309 100644 --- a/dlibrary/templates/work.html +++ b/dlibrary/templates/work.html @@ -6,6 +6,7 @@
+