Change css class for sidebar and symbols

This commit is contained in:
Guillaume Tauzin 2022-09-09 08:40:01 +02:00
parent 6a3ddea763
commit 23c7a05a00
8 changed files with 97 additions and 9 deletions

View file

@ -8,7 +8,7 @@
}
.sidebar-component {
@apply transition-all px-2 py-6 text-sm rounded-lg bg-slate-300/60 hover:bg-slate-300
@apply transition-all px-2 py-6 text-sm rounded-lg bg-slate-300/60 hover:bg-blue-500 hover:text-slate-50
}
.sidebar-component-card {