diff options
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 3622d57..060edf7 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -100,6 +100,7 @@ body.dark { --color-bg-proxy-selected: #303030; --color-row-odd: #282828; --bg-modal: #1f1f20; + --bg-near-transparent: rgba(255, 255, 255, 0.1); } body.light { @@ -118,6 +119,7 @@ body.light { --color-bg-proxy-selected: #cfcfcf; --color-row-odd: #f5f5f5; --bg-modal: #fbfbfb; + --bg-near-transparent: rgba(0, 0, 0, 0.1); } .flexCenter { |
