Skip to content

Commit c1b8090

Browse files
committed
Theme Olln CPAS - Focus accessibility
1 parent 8f625ba commit c1b8090

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

olln/src/scss/main.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,20 @@ body:not(.portaltype-imio-smartweb-portalpage) {
421421
.r-search-container .r-search-highlighter {
422422
color: $primary;
423423
}
424+
425+
//ACCESSIBILITES
426+
//focus
427+
a:focus {
428+
outline: 3px solid #007bff; /* bleu vif */
429+
outline-offset: 2px; /* léger décalage pour la visibilité */
430+
}
431+
432+
/* Option moderne avec focus-visible */
433+
a:focus-visible {
434+
outline: 3px dashed #007bff; /* couleur différente pour la distinction */
435+
outline-offset: 3px;
436+
}
437+
438+
a.show-on-focus.skip-before-footer {
439+
color: #000;
440+
}

0 commit comments

Comments
 (0)