fix: remove white filter from logo and make it a little bigger
This commit is contained in:
@@ -3,4 +3,9 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
main aside nav h2 a img.book-icon {
|
||||||
|
filter: unset;
|
||||||
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user