fix: remove white filter from logo and make it a little bigger

This commit is contained in:
Gabriele Musco 2024-10-18 07:33:33 +02:00
parent 80898d3595
commit 3b94461f8d

View file

@ -3,4 +3,9 @@
max-width: 100%;
height: auto;
}
main aside nav h2 a img.book-icon {
filter: unset;
height: 2em;
width: 2em;
}
</style>