Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop

This commit is contained in:
Mar0xy 2023-10-15 23:19:50 +02:00
commit cec0207b60
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@ defineProps<{
.root {
font-size: 0.8em;
padding: 16px;
background: var(--infoWarnBg);
background: color-mix(in srgb, var(--infoWarnBg) 65%, transparent);
backdrop-filter: blur(16px);
color: var(--infoWarnFg);
border-radius: var(--radius);
overflow: clip;

View file

@ -267,7 +267,8 @@ hr {
}
._panel {
background: var(--panel);
background: color-mix(in srgb, var(--panel) 65%, transparent);
backdrop-filter: blur(16px);
border-radius: var(--radius);
overflow: clip;
}