asdsd
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
--shell-panel: rgba(15, 23, 42, 0.42);
|
||||
--shell-border: rgba(255, 255, 255, 0.16);
|
||||
--card-bg: rgba(255, 255, 255, 0.14);
|
||||
--window-bg: rgba(248, 250, 252, 0.9);
|
||||
--window-bg: #f8fafc;
|
||||
--window-header-bg: #eef2ff;
|
||||
--window-text: #0f172a;
|
||||
--accent: #60a5fa;
|
||||
--taskbar-bg: rgba(15, 23, 42, 0.8);
|
||||
@@ -26,13 +27,15 @@ body {
|
||||
body[data-skin="apple"] {
|
||||
--accent: #fb7185;
|
||||
--taskbar-bg: rgba(45, 45, 45, 0.65);
|
||||
--window-bg: rgba(255, 251, 235, 0.92);
|
||||
--window-bg: #fffbeb;
|
||||
--window-header-bg: #fff1d6;
|
||||
}
|
||||
|
||||
body[data-skin="linux"] {
|
||||
--accent: #f97316;
|
||||
--taskbar-bg: rgba(17, 24, 39, 0.86);
|
||||
--window-bg: rgba(249, 250, 251, 0.94);
|
||||
--window-bg: #f9fafb;
|
||||
--window-header-bg: #eceff3;
|
||||
}
|
||||
|
||||
.desktop-shell {
|
||||
@@ -255,7 +258,7 @@ h1 {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 12px 16px;
|
||||
background: rgba(255, 255, 255, 0.58);
|
||||
background: var(--window-header-bg);
|
||||
border-bottom: 1px solid rgba(148, 163, 184, 0.28);
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user