increase opacity of sidebar icons

This commit is contained in:
Girish Ramakrishnan
2025-12-17 13:08:15 +01:00
parent 091a49ff78
commit f994088d38
+1 -1
View File
@@ -202,7 +202,7 @@ function onBackdrop(event) {
}
.sidebar-item i {
opacity: 0.5;
opacity: 0.7;
margin-right: 10px;
}