fix button font

This commit is contained in:
Kenneth Bingham 2025-01-24 14:55:29 -05:00
parent 05d8578e88
commit 6bbfefbe04
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -241,6 +241,7 @@ a code {
border: 1px var(--container-border);
color: var(--ifm-link-color);
transition: background-color 0.3s ease; /* Smooth transition for hover effect */
font-family: var(--font-family-monospace);
}
.getting-started-cards .button:hover {