Set color blue on sidebar
This commit is contained in:
parent
4bfffa2def
commit
4ce6b4536f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
.sidebar-icon {
|
||||
@apply relative flex items-center
|
||||
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
|
||||
ease-linear cursor-pointer;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue