feat(core): reduce opacity of sticky header

This commit is contained in:
alistair3149 2024-04-25 17:16:19 -04:00
parent 2d936d01c3
commit b186efba69
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@
height: 100%;
content: '';
background-color: var( --color-surface-0 );
filter: opacity( 0.95 );
filter: opacity( 0.90 );
backdrop-filter: saturate( 50% ) blur( 16px );
}
}

View file

@ -79,7 +79,7 @@
margin-bottom: var( --space-md );
overflow-x: auto;
background-color: var( --color-surface-0 );
filter: opacity( 0.95 );
filter: opacity( 0.90 );
backdrop-filter: saturate( 50% ) blur( 16px );
border-bottom: 1px solid var( --border-color-base );
box-shadow: none;