mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:53:10 +02:00
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
This commit is contained in:
commit
cec0207b60
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue