Files
wehub-resource-sync 86db9aae8e
Documentation / build (push) Waiting to run
Documentation / deploy (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:34:55 +08:00

66 lines
1.6 KiB
HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<style>
/* Updated font size for better readability */
ul li span {
font-size: 2em;
}
/* Added transition for smoother hover effects */
.fa-youtube:hover {
color: red;
transition: color 0.3s;
}
/*
Code taken from
https://stackoverflow.com/questions/38507734/fontawesome-instagram-icon-colorized
*/
.fa-instagram:hover {
color: transparent;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background-clip: text;
-webkit-background-clip: text;
transition: background 0.3s;
}
.fa-square-x-twitter:hover {
color: black;
transition: color 0.3s;
}
.fa-linkedin:hover {
color: #0077B5;
transition: color 0.3s;
}
.fa-discord:hover {
color: white;
background-color: #5865F2;
border-radius: 5px;
transition: background-color 0.3s;
}
.hugging-face-logo {
height: 60px;
width: 60px;
padding-top: 5px;
filter: hue-rotate(210deg);
}
footer ul li .hugging-face-logo {
height: 20px;
width: 20px;
padding-top: 0px;
padding: 0px;
filter: hue-rotate(210deg);
}
ul li .hugging-face-logo:hover {
filter: hue-rotate(0deg);
transition: filter 0.3s;
}
</style>