fixes #4243: visible author link in book box
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 28 Sep 2021 13:48:31 +0000 (15:48 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 28 Sep 2021 13:48:31 +0000 (15:48 +0200)
src/wolnelektury/static/scss/main/book_box.scss

index 9cec607..3e93b75 100644 (file)
       @include size(min-height, 70px);
     }
 
-    a {
-      color: black;
-    }
     .author {
       @include size(font-size, 11px);
       @include mono;
         @include size(height, 57.6px);
         overflow: hidden;
       }
+
+      a {
+       color: black;
+      }
     }
   }