diff --git a/public/index.html b/public/index.html index 3245bf9..cd715a1 100644 --- a/public/index.html +++ b/public/index.html @@ -133,6 +133,12 @@ background: #21262d; } + .file-header:focus-visible { + outline: 2px solid #58a6ff; + outline-offset: -2px; + background: #21262d; + } + .file-path { display: flex; align-items: center; @@ -1278,6 +1284,13 @@