🎨 update

This commit is contained in:
landaiqing
2024-10-27 18:55:28 +08:00
parent a85728f121
commit d2350ca466
4 changed files with 45 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
::-webkit-scrollbar {
width: 1px;
height: 1px;
width: 0;
height: 0;
}
::-webkit-scrollbar-button {

View File

@@ -121,27 +121,4 @@
font-weight: bold;
}
::view-transition-old(root),
::view-transition-new(root) {
animation: none;
mix-blend-mode: normal;
}
::view-transition-old(root) {
z-index: 1;
}
::view-transition-new(root) {
z-index: 2147483646;
}
[data-bs-theme="dark"]::view-transition-old(root) {
z-index: 2147483646;
}
[data-bs-theme="dark"]::view-transition-new(root) {
z-index: 1;
}
}