added/changed tab index values and added tab focus to top banner

This commit is contained in:
j264415 2024-02-22 13:44:32 +00:00
parent c4e7c41a6e
commit cb4c508c46
2 changed files with 28 additions and 2 deletions

View file

@ -26,6 +26,32 @@
color: var(--banner-url-colour);
}
#options:focus {
background-color: #ccddc5;
border: solid black 2px;
}
#support:focus {
background-color: #e5e5e5;
border: solid black 2px;
}
#notice:focus {
background-color: #ccddc5;
border: solid black 2px;
}
#banner .col a:focus {
background-color: #ccddc5;
border: solid black 2px;
}
#notice-wrapper #notice:focus {
background-color: #ccddc5;
border: solid black 2px;
}
#notice-wrapper {
text-align: center;
overflow: hidden;