diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index d0e0e4b..5650240 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -64,6 +64,8 @@ h3 { font-size: 32px; } background-color: var(--fg); } +:focus { outline: none; } + @media (prefers-color-scheme: light) { .subtile { opacity: .6; |