mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-30 06:12:06 -07:00
style: fix modal background colors to use Catppuccin Macchiato values
- Playlist browser outer container: Base (#24273a) → Mantle (#1e2030) gradient instead of near-black values - Playlist browser panes: Surface0 (#363a4f) → Base gradient for visible layering against the outer background - Playlist browser list: Mantle (#1e2030) instead of near-black (#0c0e18)
This commit is contained in:
@@ -408,7 +408,7 @@ body {
|
|||||||
padding: 18px 18px 16px;
|
padding: 18px 18px 16px;
|
||||||
background:
|
background:
|
||||||
radial-gradient(circle at top left, rgba(138, 173, 244, 0.13), transparent 28%),
|
radial-gradient(circle at top left, rgba(138, 173, 244, 0.13), transparent 28%),
|
||||||
linear-gradient(180deg, rgba(28, 31, 49, 0.985), rgba(16, 18, 31, 0.985));
|
linear-gradient(180deg, rgba(36, 39, 58, 0.985), rgba(30, 32, 48, 0.985));
|
||||||
border-color: rgba(138, 173, 244, 0.24);
|
border-color: rgba(138, 173, 244, 0.24);
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 28px 80px rgba(0, 0, 0, 0.42),
|
0 28px 80px rgba(0, 0, 0, 0.42),
|
||||||
@@ -454,7 +454,7 @@ body {
|
|||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
border: 1px solid rgba(110, 115, 141, 0.16);
|
border: 1px solid rgba(110, 115, 141, 0.16);
|
||||||
background:
|
background:
|
||||||
linear-gradient(180deg, rgba(22, 24, 39, 0.9), rgba(14, 16, 28, 0.92));
|
linear-gradient(180deg, rgba(54, 58, 79, 0.55), rgba(36, 39, 58, 0.6));
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -474,7 +474,7 @@ body {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid rgba(110, 115, 141, 0.14);
|
border: 1px solid rgba(110, 115, 141, 0.14);
|
||||||
background: rgba(12, 14, 24, 0.56);
|
background: rgba(30, 32, 48, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playlist-browser-row {
|
.playlist-browser-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user