diff --git a/src/style.css b/src/style.css index 58cd877..4f3cbca 100644 --- a/src/style.css +++ b/src/style.css @@ -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; } @@ -55,6 +61,10 @@ background: #292927 !important; color: #6e6e6d !important; } + + .sp-container .sp-scrollable-action-content { + border-color: #2d2d2c !important; + } } .sp-container {