Accessibility changes + new TAs + Video references for Cern

This commit is contained in:
Firq 2024-01-01 17:53:19 +01:00
parent 9a84cf7fc2
commit b4702278d2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
13 changed files with 719 additions and 677 deletions
src/layouts

View file

@ -102,4 +102,15 @@ const mapped_navdata = navdata.map((item) => ({
background: var(--c-lightgray);
margin: 0px;
}
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
</style>