Re-enable light/dark switch; frame palette preview images

This commit is contained in:
trilium-share-gruvbox
2026-09-08 11:58:37 +02:00
parent f72463a2f5
commit 3a100364aa
6 changed files with 27 additions and 3 deletions
+5
View File
@@ -1902,3 +1902,8 @@ html.theme-light .hljs-attr { color: #a0a6c2; }
z-index: 1000;
}
}
/* ---------- Palette preview images: subtle frame so bars stay visible on any background ---------- */
#content figure.image img.palette-img {
border: 1px solid var(--background-highlight);
border-radius: 6px;
}