update command palettes background

This commit is contained in:
Dede Fuji Abdul
2023-10-27 10:00:51 +07:00
parent 4fc30443e3
commit 32a2f1b2f5
2 changed files with 65 additions and 2 deletions

View File

@ -1547,6 +1547,10 @@ select {
--tw-divide-opacity: 0.1;
}
.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
}
.overflow-auto {
overflow: auto;
}
@ -1821,6 +1825,10 @@ select {
--tw-bg-opacity: 0.8;
}
.bg-opacity-100 {
--tw-bg-opacity: 1;
}
.fill-gray-500 {
fill: #6b7280;
}
@ -2324,6 +2332,11 @@ select {
color: rgb(153 153 0 / var(--tw-text-opacity));
}
.text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-opacity-40 {
--tw-text-opacity: 0.4;
}