diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-30 16:25:30 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-30 16:25:30 +0200 |
commit | cccd9fccfb6eb2b16878d7488aa3fab578b621cc (patch) | |
tree | 983b36cb43e92bc9c10e9e92011a0737cf31a878 /styles/globals.css | |
parent | b056a66af63d184e827c0f8ca6e81de2a1b19494 (diff) |
search page :tada:
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; |