mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
use same theme for search grids
This commit is contained in:
@@ -45,6 +45,16 @@
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme {
|
||||
background-image: linear-gradient(
|
||||
45deg,
|
||||
#141414 0%,
|
||||
#464545fd 50%,
|
||||
#111111 100%
|
||||
);
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.right-search {
|
||||
|
||||
@@ -8,6 +8,7 @@ $separator: #ffffff2f;
|
||||
$pink: #c43a3a;
|
||||
$highlight-blue: #006eff;
|
||||
$bbb: #161616; //bottom controls background
|
||||
$theme: #464545fd;
|
||||
|
||||
// sizes
|
||||
$small: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user