Adding kofi link, why not

This commit is contained in:
Dan 2026-01-09 14:28:13 +00:00
parent bdecb6bbab
commit f8d45f957a
3 changed files with 36 additions and 9 deletions

View file

@ -777,7 +777,8 @@
}
@include media-down(md) {
&::before, &::after {
&::before,
&::after {
content: none;
}
}
@ -1237,6 +1238,20 @@
margin-bottom: 1.5rem;
line-height: 1.6;
}
a {
color: #66ccff;
text-decoration: none;
border-bottom: 1px solid rgba(0, 150, 255, 0.3);
transition: all 0.3s ease;
font-family: "Consolas", "Monaco", monospace;
&:hover {
color: #ff7800;
border-bottom-color: rgba(255, 120, 0, 0.6);
text-shadow: 0 0 8px rgba(0, 150, 255, 0.5);
}
}
}
.contact-email,