Add files via upload

This commit is contained in:
公明
2025-11-19 00:18:10 +08:00
committed by GitHub
parent 0ce3364635
commit c33b293013
3 changed files with 43 additions and 26 deletions
+20
View File
@@ -141,6 +141,26 @@ header {
color: #cfe4ff;
}
.attack-chain-btn {
color: #ffe08a;
border-color: rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.08);
}
.attack-chain-btn:not(:disabled):hover {
background: rgba(255, 255, 255, 0.18);
border-color: rgba(255, 255, 255, 0.45);
color: #fff5cc;
}
.attack-chain-btn:disabled {
opacity: 0.55;
cursor: not-allowed;
border-color: rgba(255, 255, 255, 0.15);
background: rgba(255, 255, 255, 0.04);
color: rgba(255, 255, 255, 0.6);
}
.settings-btn {
padding: 8px;
min-width: 44px;