1
0

More tweaks
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m42s

This commit is contained in:
2026-03-16 15:02:45 +01:00
parent 3b5faf9696
commit 583ad4e52c
5 changed files with 104 additions and 47 deletions

View File

@@ -213,17 +213,13 @@ button:disabled {
box-shadow: none;
}
button.btn-success {
background: var(--success-text);
border-color: var(--success-text);
color: #fff;
opacity: 1;
cursor: default;
}
button.btn-success,
button.btn-success:hover {
background: var(--success-text);
border-color: var(--success-text);
color: #fff;
cursor: default;
opacity: 0.7;
}
/* Cards */
@@ -433,6 +429,7 @@ input[type="file"] {
#build-actions {
display: flex;
justify-content: space-between;
gap: 0.75rem;
margin-top: 1.25rem;
}
@@ -541,6 +538,14 @@ input[type="file"] {
color: var(--text-secondary);
}
/* Install summary */
.install-summary {
font-size: 0.93rem;
color: var(--text);
line-height: 1.6;
margin-bottom: 0.5rem;
}
/* Install instructions */
.install-instructions {
margin-top: 1rem;