Skip to content

Instantly share code, notes, and snippets.

@Schwitzd
Last active May 12, 2024 06:28
Show Gist options
  • Select an option

  • Save Schwitzd/1a2f2b3fe7707c5fb0e43bdcea607525 to your computer and use it in GitHub Desktop.

Select an option

Save Schwitzd/1a2f2b3fe7707c5fb0e43bdcea607525 to your computer and use it in GitHub Desktop.
Hugo-PaperMod-CustomCSS
a:hover {
color: rgb(161, 137, 186);
}
a.anchor:hover {
color: rgb(161, 137, 186) !important;
}
svg {
transition: transform 0.3s ease;
}
svg:hover {
color: rgb(161, 137, 186);
transform: scale(1.3);
}
.social-icons a,
.social-icons a:hover {
border-bottom: none;
}
.post-footer {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment