Updating the links on home and about

This commit is contained in:
2025-08-15 09:56:18 -05:00
parent aae62a02f2
commit c6f6ad293f
3 changed files with 17 additions and 14 deletions

View File

@@ -119,7 +119,7 @@ h1 {
padding: 0.75rem 1.5rem;
border-radius: 4px;
transition: background-color 0.2s ease;
min-width: 70%;
min-width: 40%;
}
.hero a:hover {
@@ -258,7 +258,7 @@ a:hover {
.learn-more-link {
display: inline-block;
background-color: var(--accent-color);
background-color: var(--primary-color);
color: var(--button-text) !important;
padding: 0.75rem 1.5rem;
border-radius: 4px;
@@ -268,7 +268,7 @@ a:hover {
}
.learn-more-link:hover {
background-color: var(--primary-color);
background-color: var(--secondary-color);
color: var(--button-text) !important;
}