mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-14 04:10:25 +01:00
fix: remove white filter from logo and make it a little bigger
This commit is contained in:
parent
80898d3595
commit
3b94461f8d
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue