🎨 Add secondary button styling with hover effect

This commit is contained in:
2026-01-28 19:53:10 +00:00
parent d0f23b8088
commit 12eeb7d9f4

View File

@@ -621,6 +621,18 @@ h2 {
white-space: nowrap; white-space: nowrap;
} }
.btn-secondary {
background-color: #6c757d;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
}
.btn-secondary:hover {
background-color: #5a6268;
}
.code-block { .code-block {
background: #2d3748; background: #2d3748;
color: #e2e8f0; color: #e2e8f0;