UX: more dark mode adjustments (#13)

This commit is contained in:
Kris
2025-03-04 19:07:52 -05:00
committed by GitHub
parent 257032dc01
commit b6d11ddb9b
5 changed files with 40 additions and 14 deletions
+2 -5
View File
@@ -2,17 +2,14 @@
--d-border-radius-large: 20px;
--d-border-radius: 8px;
--d-input-border-radius: 6px;
--accent-color: #3c41c3;
--accent-text-color: #ffffff;
--accent-text-color: var(--secondary);
--d-content-background: var(--secondary);
--d-nav-color--active: var(--accent-color);
--d-post-control-background--hover: #ebecf9;
--d-post-control-text-color--hover: #242775;
--d-sidebar-background: var(--tertiary-50);
--d-sidebar-footer-fade: rgba(var(--tertiary-50-rgb), 1);
--d-sidebar-link-color: var(--primary);
--d-sidebar-highlight-color: var(--primary);
--d-sidebar-highlight-background: var(--tertiary-300);
--d-sidebar-highlight-background: var(--d-selected);
--d-sidebar-section-link-icon-size: 1em;
--d-input-bg-color: var(--d-content-background);
// --d-sidebar-row-height: 2.8em;