added sidebar toggle feature and confirmation prompt before deleting any list-item

This commit is contained in:
preetamm
2021-08-08 18:36:07 +05:30
parent 99d7d3aad2
commit 2cbdf77c51
8 changed files with 94 additions and 32 deletions
+16
View File
@@ -7,6 +7,22 @@ body {
@apply transition-colors duration-200 ease-in-out;
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
background-color: white;
}
*::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px grey;
}
*::-webkit-scrollbar-thumb {
background-color: darkgrey;
border-radius: 20px;
outline: 1px solid slategrey;
}
a {
@apply font-semibold;
}