mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36: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;
|
container-type: inline-size;
|
||||||
|
|
||||||
&.noGap {
|
&.noGap {
|
||||||
background: var(--MI_THEME-panel);
|
background: color-mix(in srgb, var(--MI_THEME-panel) 65%, transparent);
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
border-bottom: solid 0.5px var(--MI_THEME-divider);
|
border-bottom: solid 0.5px var(--MI_THEME-divider);
|
||||||
|
@ -78,7 +78,7 @@ defineExpose({
|
||||||
background: var(--MI_THEME-bg);
|
background: var(--MI_THEME-bg);
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
background: var(--MI_THEME-panel);
|
background: color-mix(in srgb, var(--MI_THEME-panel) 65%, transparent);
|
||||||
border-radius: var(--MI-radius);
|
border-radius: var(--MI-radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue