increase sticky note icon size

This commit is contained in:
FloatingGhost 2022-08-04 22:09:52 +01:00
parent 40029af088
commit 88efd35d1f

View file

@ -106,6 +106,9 @@
color: var(--lightText, $fallback--lightText); color: var(--lightText, $fallback--lightText);
} }
} }
.fa-sticky-note {
font-size: 2em;
}
} }
} }