Set color blue on sidebar

This commit is contained in:
Hydroxycarbamide 2022-05-15 17:24:34 +02:00
parent 4bfffa2def
commit 4ce6b4536f

View file

@ -6,7 +6,7 @@
.sidebar-icon { .sidebar-icon {
@apply relative flex items-center @apply relative flex items-center
justify-center h-12 w-12 mt-2 mb-2 mx-auto justify-center h-12 w-12 mt-2 mb-2 mx-auto
text-green-500 hover:bg-green-600 bg-gray-800 text-blue-500 hover:bg-blue-600 bg-gray-800
rounded-3xl hover:rounded-xl transition-all duration-300 rounded-3xl hover:rounded-xl transition-all duration-300
ease-linear cursor-pointer; ease-linear cursor-pointer;
} }