mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove background colors
- try to imitate Google's design of things it makes UI look declattered -
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
display: grid;
|
||||
grid-template-rows: 1fr max-content;
|
||||
gap: 1rem;
|
||||
background-color: $black;
|
||||
}
|
||||
|
||||
.b-bar {
|
||||
|
||||
@@ -43,6 +43,10 @@
|
||||
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.425);
|
||||
}
|
||||
|
||||
.border {
|
||||
border: 1px solid $gray3;
|
||||
}
|
||||
|
||||
.heading {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user