fix a bunch of CSS variables

This commit is contained in:
dakkar 2024-12-09 09:41:48 +00:00
parent 9937ff39be
commit 3d1e35c9b8
6 changed files with 37 additions and 37 deletions

View file

@ -491,12 +491,12 @@ const preview_fade = ref(`$[fade 🍮] $[fade.out 🍮] $[fade.speed=3s 🍮] $[
> .title {
position: sticky;
z-index: 1;
top: var(--stickyTop, 0px);
top: var(--MI-stickyTop, 0px);
padding: 16px;
font-weight: bold;
-webkit-backdrop-filter: var(--MI-blur, blur(10px));
backdrop-filter: var(--MI-blur, blur(10px));
background-color: var(--X16);
background-color: var(--MI_THEME-X16);
}
> .content {