Skip to content

Commit

Permalink
icons for the new links + hover effects for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed May 17, 2024
1 parent 573cf01 commit 1cdc289
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ theme = ["hugo-notice", "mainroad"]
[[Params.widgets.social.custom]]
title = "Team member application form"
url = "https://links.neoforged.net/apply"
icon = "svg/team.svg"

[[Params.widgets.social.custom]]
title = "Discord ban appeal form"
url = "https://links.neoforged.net/appeal"
icon = "svg/email.svg"
5 changes: 5 additions & 0 deletions themes/mainroad/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,14 @@ details[open] summary {
cursor: grab;
}

summary code:hover {
font-size: 15px;
}

.badges:hover {
filter: brightness(.85);
cursor: pointer;
font-size: 15px;
}

/* Installer */
Expand Down
1 change: 1 addition & 0 deletions themes/mainroad/layouts/partials/svg/team.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 1cdc289

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

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

Deploying with Cloudflare Pages

Name Result
Last commit: 1cdc289c0b966a72549c1efea3c0fe7ce425a265
Status: ✅ Deploy successful!
Preview URL: https://ff23a031.neoforged-website-previews.pages.dev
PR Preview URL: https://pr-34.neoforged-website-previews.pages.dev

Please sign in to comment.