diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 21dfa9b..278ea22 100644 --- a/static/style.css +++ b/static/style.css @@ -223,6 +223,10 @@ pre.chunk { display: none; } +*:focus-visible { + outline: 1.5px var(--primary-color) solid; +} + /* File display styles */ .file-patch + .file-patch { margin-top: 0.5rem; |