Updated darkmode incomaptible assets

This commit is contained in:
2026-01-06 17:20:19 -05:00
parent 57d572a15e
commit 46468eef99
2 changed files with 2 additions and 2 deletions

View File

@@ -678,7 +678,7 @@ th.sort-desc::after {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 1rem; padding: 1rem;
background: var(--toolbar-bg, #fff3cd); background: var(--toolbar-bg, #1a202c);
border: 1px solid var(--toolbar-border, #ffc107); border: 1px solid var(--toolbar-border, #ffc107);
border-radius: 8px; border-radius: 8px;
margin: 1rem 0; margin: 1rem 0;

View File

@@ -478,7 +478,7 @@ input:checked + .slider:before {
.timeline-content { .timeline-content {
flex: 1; flex: 1;
background: var(--card-bg, #f8f9fa); background: var(--card-bg, #1a202c);
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
border-radius: 8px; border-radius: 8px;
border: 1px solid var(--border-color, #ddd); border: 1px solid var(--border-color, #ddd);