Change Colors #65

Merged
jakob.scheid merged 16 commits from bug/colors into main 2026-05-23 02:05:53 +02:00
Showing only changes of commit 1300ab46a0 - Show all commits
@@ -92,7 +92,7 @@ const open = function () {
align-items: center; align-items: center;
gap: 6px; gap: 6px;
background: none; background: none;
border: 1px solid var(--light-d-3); border: 1px solid var(--border);
border-radius: 6px; border-radius: 6px;
padding: 4px 10px; padding: 4px 10px;
cursor: pointer; cursor: pointer;
@@ -118,7 +118,7 @@ const open = function () {
right: 0; right: 0;
top: calc(100% + 6px); top: calc(100% + 6px);
background-color: var(--light-bg); background-color: var(--light-bg);
border: 1px solid var(--light-d-3); border: 1px solid var(--border);
border-radius: 8px; border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
list-style: none; list-style: none;