More blur
FossilOrigin-Name: 5e510ea4fdc1db2b77dcc938bda9bb5c2f23926893e563ce70b0af034eb09376
This commit is contained in:
parent
102c8a0e4f
commit
88985eed10
1 changed files with 4 additions and 1 deletions
5
dist/treebird20-dark.css
vendored
5
dist/treebird20-dark.css
vendored
|
@ -104,11 +104,14 @@ table.ui-table td
|
|||
}
|
||||
|
||||
#navbar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-top: 2px solid #303030;
|
||||
border-bottom: 2px solid #1c1c1c;
|
||||
background: linear-gradient(#2c2c2c, #202020);
|
||||
background: linear-gradient(#373737ea, #2c2c2cea);
|
||||
backdrop-filter: saturate(600%) blur(12px);
|
||||
width: 1000px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue