mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-26 18:23:09 +02:00
fix: some missing transparent elements
This commit is contained in:
parent
870fbf9852
commit
c9d03c9ced
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ defineProps<{
|
||||||
.root {
|
.root {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
background: var(--infoWarnBg);
|
background: color-mix(in srgb, var(--infoWarnBg) 65%, transparent);
|
||||||
|
backdrop-filter: blur(16px);
|
||||||
color: var(--infoWarnFg);
|
color: var(--infoWarnFg);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
|
|
Loading…
Reference in a new issue