From 8a0b656759f17baf4d2ca674178b7be1080ce62e Mon Sep 17 00:00:00 2001 From: Alexander Yankov Date: Fri, 1 Jan 2021 20:53:54 -1000 Subject: [PATCH] Make font white for book number in collections view --- www/css/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/core.css b/www/css/core.css index baeb9e4e..1ad2cf7f 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1134,6 +1134,7 @@ main.ebooks > ol a[tabindex][data-ordinal]::before{ font-size: .75rem; font-weight: bold; font-family: "League Spartan", sans-serif; + color: white; } main.ebooks > ol a[tabindex]:hover{