UX: Dark mode changes to move toward a base of accent-color (#23)

This commit is contained in:
Jordan Vidrine
2025-03-06 20:30:07 -06:00
committed by GitHub
parent 9a8a9d4ad3
commit 9381e56c47
8 changed files with 47 additions and 39 deletions
+1 -8
View File
@@ -1,10 +1,6 @@
.full-page-chat.full-page-chat-sidebar-enabled {
border-top-left-radius: var(--d-border-radius-large);
border-top-right-radius: var(--d-border-radius-large);
box-shadow: 0px 0px 0px 2px
oklch(from var(--accent-color) calc(l * 2) calc(c * 0.125) h),
0px 0px 8px 2px
oklch(from var(--accent-color) calc(l * 2) calc(c * 0.125) h);
border: none;
}
@@ -20,10 +16,7 @@ body.has-full-page-chat {
}
.chat-drawer .chat-drawer-container {
box-shadow: 0px 0px 0px 2px
oklch(from var(--accent-color) calc(l * 2) calc(c * 0.125) h),
0px 0px 8px 2px
oklch(from var(--accent-color) calc(l * 2) calc(c * 0.125) h);
box-shadow: 0px 0px 0px 2px var(--d-chat-border);
border: none;
}