mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix background transparency on notes
This commit is contained in:
parent
69448c0204
commit
a7fa4100be
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ defineExpose({
|
|||
container-type: inline-size;
|
||||
|
||||
&.noGap {
|
||||
background: var(--MI_THEME-panel);
|
||||
background: color-mix(in srgb, var(--MI_THEME-panel) 65%, transparent);
|
||||
|
||||
.note {
|
||||
border-bottom: solid 0.5px var(--MI_THEME-divider);
|
||||
|
@ -78,7 +78,7 @@ defineExpose({
|
|||
background: var(--MI_THEME-bg);
|
||||
|
||||
.note {
|
||||
background: var(--MI_THEME-panel);
|
||||
background: color-mix(in srgb, var(--MI_THEME-panel) 65%, transparent);
|
||||
border-radius: var(--MI-radius);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue