Fix img width in notes

This commit is contained in:
Gabriel Augendre 2022-11-10 22:07:33 +01:00
parent abff148dd6
commit 91670b36fa

View file

@ -1,3 +1,7 @@
.state-enabled {
filter: invert(50%) sepia(100%) saturate(3000%) hue-rotate(325deg);
}
#notes img {
max-width: 100%;
}