use default font in cards (#963)

This commit is contained in:
Michael Quigley 2025-05-07 10:45:02 -04:00
parent 5acf5a8c83
commit 2d8fd3711f
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

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