From 0f5f7859ce3a06c2f859eddc3fb0936c187ba86d Mon Sep 17 00:00:00 2001 From: Haishan Date: Sat, 21 Nov 2020 23:51:34 +0800 Subject: chore: add backdrop-filter to proxies header --- src/components/Root.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/Root.css') 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; -- cgit v1.3.1