Skip to content

Commit

Permalink
Fill in dark mode gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Jun 24, 2023
1 parent 01a5a1e commit 061a0c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
}

@media (prefers-color-scheme: dark) {
.sp-header {
background: #383837 !important;
color: #b1b1b0 !important;
border-color: black !important;
}

.sp-container {
background: #141414 !important;
}
Expand Down Expand Up @@ -55,6 +61,10 @@
background: #292927 !important;
color: #6e6e6d !important;
}

.sp-container .sp-scrollable-action-content {
border-color: #2d2d2c !important;
}
}

.sp-container {
Expand Down

0 comments on commit 061a0c3

Please sign in to comment.