Adding to people who have linked to project

This commit is contained in:
Dan 2026-01-12 12:24:05 +00:00
parent d382c4ed1f
commit 3560184801
2 changed files with 30 additions and 1 deletions

View file

@ -586,7 +586,9 @@
height: 18px;
background: #fff;
border-radius: 50% 50% 0 0;
box-shadow: -12px 0 0 #fff, 12px 0 0 #fff;
box-shadow:
-12px 0 0 #fff,
12px 0 0 #fff;
animation: bow-sparkle 3s ease-in-out infinite;
}
}
@ -942,6 +944,20 @@
text-shadow: 0 0 5px rgba(0, 150, 255, 0.3);
}
hr {
border: none;
height: 2px;
margin: 2rem 0;
background: linear-gradient(
90deg,
transparent,
rgba(0, 150, 255, 0.6),
rgba(255, 120, 0, 0.6),
transparent
);
position: relative;
}
code {
background: rgba(0, 100, 180, 0.15);
padding: 0.2rem 0.5rem;