Fix issues and improve website performance
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Leopere 2025-03-06 17:59:14 -05:00
parent 1fe2b97817
commit 5398cba92b
3 changed files with 3 additions and 33 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,39 +12,7 @@ a { color: #EB2078; }
.contact-form .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label { color: #EB2078;}
.contact-form .mdl-textfield__label:after { background-color: #EB2078; }
/* Fix skip-to-content accessibility styling */
.skip-to-content {
background: #EB2078;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
position: absolute;
padding: 0;
margin: -1px;
border: 0;
z-index: -999;
}
.skip-to-content:focus {
background: #EB2078;
height: 50px;
line-height: 50px;
font-size: 20px;
color: white;
text-align: center;
clip: auto;
clip-path: none;
width: 100%;
z-index: 9999;
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
outline: 3px solid black;
}
.skip-to-content { background: #EB2078; height: 50px; line-height: 50px; font-size: 20px; }
/* Video.js custom styling */
.video-container {

File diff suppressed because one or more lines are too long