Unverified Commit bfe36d3f authored by Northguy's avatar Northguy Committed by GitHub

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)
}
parent d42bf44f
...@@ -1786,7 +1786,7 @@ body > div.container-fluid > div > div.col-sm-10 > div.discover { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment