mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
feat(core): ✨ reduce opacity of sticky header
This commit is contained in:
parent
2d936d01c3
commit
b186efba69
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue