deleted: static/js/fullscreen.js
modified: static/style.css modified: templates/about.html modified: templates/inactive.html modified: templates/profiles.html modified: templates/quiz.html modified: templates/result.html
This commit is contained in:
@@ -685,3 +685,16 @@ canvas.confetti-canvas {
|
||||
pointer-events: none; /* don’t block buttons/links */
|
||||
z-index: 9999; /* stays above your charts/cards */
|
||||
}
|
||||
|
||||
.video-link {
|
||||
position: fixed;
|
||||
top: 0.75rem;
|
||||
right: 0.75rem;
|
||||
z-index: 99999;
|
||||
color: rgba(255,255,255,0.15);
|
||||
font-size: 1.25rem;
|
||||
text-decoration: none;
|
||||
padding: 0.25rem 0.5rem;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
.video-link:hover { color: rgba(255,255,255,0.42); }
|
||||
|
||||
Reference in New Issue
Block a user