Make font white for book number in collections view

This commit is contained in:
Alexander Yankov 2021-01-01 20:53:54 -10:00 committed by Alex Cabal
parent b4c1fdc4ac
commit 8a0b656759

View file

@ -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{