Add dark theme support for prompt and folder items in index.css

This commit is contained in:
2026-02-01 01:37:07 +01:00
parent c31bb9ec65
commit 4ae3a0282e

View File

@@ -297,6 +297,11 @@ body {
position: relative;
}
body:not([data-theme="light"]) .prompt-item,
body:not([data-theme="light"]) .folder-item {
background: var(--bg-contrast);
}
.folder-item:hover {
border-color: transparent;
}