From: Radek Czajka Date: Tue, 28 Sep 2021 13:48:31 +0000 (+0200) Subject: fixes #4243: visible author link in book box X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/dd97d72ae70af77315e97e26e8e60a0d202789e8 fixes #4243: visible author link in book box --- 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; + } } }