chore: add backdrop-filter to proxies header

This commit is contained in:
Haishan 2020-11-21 23:51:34 +08:00
parent 10f6e708e5
commit 0f5f7859ce
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -7,8 +7,8 @@
justify-content: space-between;
flex-wrap: wrap;
z-index: 1;
background: var(--color-background);
background: linear-gradient(var(--color-background) 70%, transparent);
background-color: var(--color-background2);
backdrop-filter: blur(36px);
}
.topBarRight {