diff --git a/styles.css b/styles.css index 695b65f..bfd0a4e 100644 --- a/styles.css +++ b/styles.css @@ -111,6 +111,11 @@ strong { font-family: "Trebuchet MS", "Segoe UI", sans-serif; } +/* FocusOnNavigate met le focus sur le titre apres navigation. */ +h1[tabindex="-1"]:focus { + outline: none; +} + h1, h2, h3,