fix(update): verify and apply the actual latest version

This commit is contained in:
Sucukdeluxe
2026-08-21 07:39:37 +02:00
parent 4cebc6fefd
commit 6efdca6885
10 changed files with 154 additions and 41 deletions
+3 -3
View File
@@ -164,7 +164,7 @@
justify-content: center;
border: 0;
border-radius: 6px;
background: var(--ui-update);
background: var(--ui-success);
color: var(--ui-update-text);
cursor: pointer;
font-size: 14px;
@@ -174,8 +174,8 @@
}
.md-update-trigger:hover {
background: var(--ui-update-hover);
}
background: color-mix(in srgb, var(--ui-success) 82%, #000);
}
.md-update-trigger:focus-visible,
.md-update-dialog button:focus-visible,