diff --git a/templates/about.html.j2 b/templates/about.html.j2 index bb55f2a..854fbf5 100644 --- a/templates/about.html.j2 +++ b/templates/about.html.j2 @@ -475,6 +475,18 @@ margin-top: 40px; font-size: 18px; color: #333; cursor: default; user-select: none; } +/* 🎵 Oppa Gangnam Style - world record caught by linkpeek */ +.billion-views { + display: inline-block; + margin-left: 4px; font-size: 14px; color: #666; + cursor: pointer; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); + user-select: none; text-decoration: none; + position: relative; vertical-align: middle; +} +.billion-views:hover { + color: #ff0000; transform: scale(1.5); + text-shadow: 0 0 15px rgba(255,0,0,0.8); +} /* Responsive */ @media (max-width: 768px) { @@ -650,7 +662,7 @@
{{ t.about_feat_screenshots_desc }}
+