diff options
| author | Haishan <[email protected]> | 2020-11-21 23:51:34 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-11-21 23:51:34 +0800 |
| commit | 0f5f7859ce3a06c2f859eddc3fb0936c187ba86d (patch) | |
| tree | af8ee365c04e0c4f9287c56ef17d9402781e5739 /src/components/Root.css | |
| parent | 10f6e708e5a5b7fe68d30b86aeaf455d1e1d7daa (diff) | |
chore: add backdrop-filter to proxies header
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 39562cf..3d739c0 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -106,6 +106,7 @@ body { body, body.dark { --color-background: #202020; + --color-background2: rgba(32, 32, 32, 0.3); --color-text: #ddd; --color-text-secondary: #ccc; --color-text-highlight: #fff; @@ -129,6 +130,7 @@ body.dark { body.light { --color-background: #fbfbfb; + --color-background2: rgba(251, 251, 251, 0.3); --color-text: #222; --color-text-secondary: #646464; --color-text-highlight: #040404; |
