change in color definition

Making color the same as in:
.container-fluid .book .meta .author, .container-fluid .book .meta .author > a {
    color: hsla(0, 0%, 100%, .45)
}
This commit is contained in:
Northguy 2021-03-15 00:12:02 +01:00 committed by GitHub
parent d42bf44fad
commit bfe36d3f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1786,7 +1786,7 @@ body > div.container-fluid > div > div.col-sm-10 > div.discover {
.container-fluid .book .meta .series { .container-fluid .book .meta .series {
/* font-weight: 400; */ /* font-weight: 400; */
/* font-size: 12px; */ /* font-size: 12px; */
color: #ffffff73; color: hsla(0, 0%, 100%, .45);
} }
.container-fluid .book .meta > p { .container-fluid .book .meta > p {