Updateees

This commit is contained in:
2026-03-06 11:07:13 +02:00
parent f72875bef1
commit f580775cc2
6 changed files with 693 additions and 68 deletions

View File

@@ -18,9 +18,22 @@ body {
.mobile-control-strip,
.taskbar {
background: var(--surface-window);
background: linear-gradient(
180deg,
color-mix(in srgb, var(--surface-window) 87%, #ffffff 13%) 0%,
color-mix(in srgb, var(--surface-window) 92%, #000000 8%) 100%
);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.45),
0 -1px 0 rgba(0, 0, 0, 0.35);
}
.mobile-control-strip {
border-bottom: var(--window-border-width) solid var(--border-outer);
}
.taskbar {
border-top: var(--window-border-width) solid var(--border-outer);
box-shadow: var(--window-shadow);
}
.taskbar {