diff options
| author | Jay V <[email protected]> | 2025-08-27 16:02:30 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-27 16:02:32 -0400 |
| commit | 335941737804b0eacd74c0cb8b56f37f13b1ea36 (patch) | |
| tree | 19520843f0f35dcd6d3b6807151c2492985101f5 /cloud/app/src/style/base.css | |
| parent | 8381760b27f60efc62176958a1000aa6e8e1ff9e (diff) | |
| download | opencode-335941737804b0eacd74c0cb8b56f37f13b1ea36.tar.gz opencode-335941737804b0eacd74c0cb8b56f37f13b1ea36.zip | |
ignore: cloud
Diffstat (limited to 'cloud/app/src/style/base.css')
| -rw-r--r-- | cloud/app/src/style/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/style/base.css b/cloud/app/src/style/base.css index 2c95cdbb7..853b3c386 100644 --- a/cloud/app/src/style/base.css +++ b/cloud/app/src/style/base.css @@ -1,6 +1,6 @@ html { - color-scheme: dark; line-height: 1; + background-color: var(--color-bg); } body { |
