diff options
Diffstat (limited to 'src/web/index.css')
| -rw-r--r-- | src/web/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/index.css b/src/web/index.css index 934c713..6b1927f 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -16,4 +16,5 @@ body { display: block; height: 100vh; overflow-y: auto; + background: gray; } |