diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-16 11:40:36 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-16 11:40:36 -0700 |
commit | 149db209603c5de16d4135f1fdc4f19104974861 (patch) | |
tree | caf77c04c2c51502c0eccb026c0ae9ba869514ff /extension/react-app/src/index.css | |
parent | c46d16de43b7079a2dd030058682cd1af8844bf6 (diff) | |
download | sncontinue-149db209603c5de16d4135f1fdc4f19104974861.tar.gz sncontinue-149db209603c5de16d4135f1fdc4f19104974861.tar.bz2 sncontinue-149db209603c5de16d4135f1fdc4f19104974861.zip |
dlt demo work
Diffstat (limited to 'extension/react-app/src/index.css')
-rw-r--r-- | extension/react-app/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/react-app/src/index.css b/extension/react-app/src/index.css index 32a92d0e..db8afab9 100644 --- a/extension/react-app/src/index.css +++ b/extension/react-app/src/index.css @@ -22,6 +22,7 @@ html, body, #root { height: 100%; + background-color: var(--vsc-background); } body { |