mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
remove duplicate background
CSS from MkContainer.vue
This commit is contained in:
parent
25f0810cfa
commit
91504b772f
1 changed files with 1 additions and 2 deletions
|
@ -180,10 +180,9 @@ onUnmounted(() => {
|
||||||
top: var(--MI-stickyTop, 0px);
|
top: var(--MI-stickyTop, 0px);
|
||||||
left: 0;
|
left: 0;
|
||||||
color: var(--MI_THEME-panelHeaderFg);
|
color: var(--MI_THEME-panelHeaderFg);
|
||||||
background: var(--MI_THEME-panelHeaderBg);
|
background: color-mix(in srgb, var(--MI_THEME-panelHeaderBg) 35%, transparent);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
background: color-mix(in srgb, var(--MI_THEME-panelHeaderBg) 35%, transparent);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@container style(--MI_THEME-panelHeaderBg: var(--MI_THEME-panel)) {
|
@container style(--MI_THEME-panelHeaderBg: var(--MI_THEME-panel)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue