diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:40:10 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:40:10 +0200 |
| commit | 6ae3218e2dd130c085074a0d13d156bdba99716f (patch) | |
| tree | 64073c4b1361549ecd1c355b97a8f5010781d762 /web/src/index.css | |
| parent | 0324660a26684a5382b2c6c18cd0a4e9f0169631 (diff) | |
feat(web): adjust colors
Diffstat (limited to 'web/src/index.css')
| -rw-r--r-- | web/src/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/src/index.css b/web/src/index.css index 4fe2764..bd5ebf3 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,5 +1,9 @@ @import "tailwindcss"; body { - background: var(--color-neutral-900); + background: var(--color-neutral-800); +} + +*:focus-visible { + outline: 2px solid var(--color-green-400); } |
