styling update

This commit is contained in:
2025-11-12 17:49:56 +01:00
parent 64254454a4
commit 43a9b63c95
14 changed files with 150 additions and 128 deletions
+4 -4
View File
@@ -116,14 +116,14 @@ button:not([class]):hover {
.btn-primary:hover,
.action-btn.primary:hover {
background: #0056b3;
border-color: #0056b3;
box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
background: #1e7e34;
border-color: #1e7e34;
box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}
.btn-primary:active,
.action-btn.primary:active {
background: #004085;
background: #155724;
box-shadow: var(--shadow-sm);
}