diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -75,7 +75,6 @@ section:nth-child(odd) { } - h2 { text-align: center; font-size: 2rem; @@ -133,7 +132,7 @@ nav { padding: 0; } -.button:hover { +.button:hover, .button:focus { /* goal - make it look clickable */ transition-duration: .2s; font-size: 107%; @@ -256,6 +255,7 @@ title area (animated text and connie's 3d model) justify-content: left; padding: 0; z-index: 1; + tab-index: -1; } .title-info-flex { @@ -264,6 +264,7 @@ title area (animated text and connie's 3d model) width: fit-content; max-width: 60vw; align-items: start; + tab-index: -1; } .video-title-wrapper { @@ -281,7 +282,6 @@ title area (animated text and connie's 3d model) user-select: none; } - .hide-border { position: relative; border: solid 4px var(--primary-color); @@ -291,6 +291,7 @@ title area (animated text and connie's 3d model) left: -2px; margin: 0; padding: 0; + tab-index: -1; } @@ -330,7 +331,6 @@ h1 { pointer-events: none; touch-action: none; user-select: none; - tab-index: -1; } #connie-pastries { @@ -344,10 +344,8 @@ h1 { left: -35vw; top: -60px; z-index: -1000; - tab-index: -1; } - .pastries-business-flex { display: flex; flex-direction: column; @@ -880,7 +878,7 @@ animation for a button to appear and glow on hover background: transparent; } -.glow-on-hover:hover:before { +.glow-on-hover:hover:before, .glow-on-hover:focus:before { opacity: 1; } |