Updated darkmode incomaptible assets
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user