Skip to content

Use updated donation link; add button to nav - #570

Merged
nonprofittechy merged 1 commit into
mainfrom
updated-giving-link
Oct 7, 2025
Merged

Use updated donation link; add button to nav#570
nonprofittechy merged 1 commit into
mainfrom
updated-giving-link

Conversation

@nonprofittechy

Copy link
Copy Markdown
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

@samglover samglover left a comment

Copy link
Copy Markdown
Contributor

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!

Comment thread src/css/custom.css
}
}

.navbar-donate-button {

Copy link
Copy Markdown
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.

3 participants