remove background colors

-
try to imitate Google's design of things
it makes UI look declattered
-
This commit is contained in:
geoffrey45
2022-09-02 16:05:11 +03:00
parent c782e400c6
commit c20bbd795c
13 changed files with 33 additions and 19 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
// colors
$body: #0f1218;
$body: #202124;
$separator: #ffffff2f;
$highlight-blue: #006eff;
$darkestblue: #234ece;
@@ -45,6 +45,7 @@ $secondary: $gray5;
$danger: $red;
$track-hover: $gray4;
$context: $gray;
$playlist-card-bg: #46474C;
// SVG COLORS
$default: $accent;