test transparency on user profiles

This commit is contained in:
Insert5StarName 2023-10-09 04:38:31 +02:00
parent f6e43ffbd2
commit bdc9619f2d
5 changed files with 22 additions and 10 deletions

View file

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