Skip to content

Conversation

@nonprofittechy
Copy link
Member

image

@nonprofittechy nonprofittechy merged commit 6cee457 into main Oct 7, 2025
2 checks passed
@nonprofittechy nonprofittechy deleted the updated-giving-link branch October 7, 2025 14:04
Copy link
Contributor

@samglover samglover left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some styling suggestions, but looks good to me. Thanks!

}
}

.navbar-donate-button {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rounds the button corners to match the search field and adds the same spacing around the button as the GitHub and dark mode icons have. I also removed !important since the custom class gives enough specificity.

.navbar-donate-button {
  background-color: var(--suffolk-light-gold);
  color: var(--suffolk-dark-blue);
  border-radius: 9999px;
  font-weight: 600;
  margin-right: calc(.25 * var(--ifm-navbar-item-padding-horizontal));
  margin-left: calc(.25 * var(--ifm-navbar-item-padding-horizontal));
  padding: 0.375rem 0.75rem;

  &:hover {
    background-color: var(--suffolk-dark-gold);
    color: White;
    text-decoration: none;
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants