From dd97d72ae70af77315e97e26e8e60a0d202789e8 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 28 Sep 2021 15:48:31 +0200 Subject: [PATCH] fixes #4243: visible author link in book box --- src/wolnelektury/static/scss/main/book_box.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 9cec6075d..3e93b7530 100644 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -320,9 +320,6 @@ @include size(min-height, 70px); } - a { - color: black; - } .author { @include size(font-size, 11px); @include mono; @@ -345,6 +342,10 @@ @include size(height, 57.6px); overflow: hidden; } + + a { + color: black; + } } } -- 2.20.1