test transparency on user profiles
This commit is contained in:
parent
f6e43ffbd2
commit
bdc9619f2d
5 changed files with 22 additions and 10 deletions
|
|
@ -56,7 +56,8 @@ defineExpose({
|
|||
.root {
|
||||
&.noGap {
|
||||
> .notes {
|
||||
background: var(--panel);
|
||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||
backdrop-filter: blur(16px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -65,7 +66,8 @@ defineExpose({
|
|||
background: var(--bg);
|
||||
|
||||
.note {
|
||||
background: var(--panel);
|
||||
background: color-mix(in srgb, var(--panel) 65%, transparent);
|
||||
backdrop-filter: blur(16px);
|
||||
border-radius: var(--radius);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue