Proper cube transition background colors via base CSS mixing in theme bg.

This commit is contained in:
2026-08-26 13:01:42 +00:00
parent c59ab2f058
commit 7ba6094360
5 changed files with 5 additions and 17 deletions
+2 -2
View File
@@ -1026,11 +1026,11 @@ footer {
padding: 0;
}
/* Rotating-cube page transition, adapted from termotohtori.fi.
FRAGILE: do not tweak; the view-transition pseudo-tree is picky. */
/* Rotating-cube page transition. */
::view-transition {
perspective: 1000px;
inset: 0;
background: color-mix(var(--bg) 50%, black 50%);
}
::view-transition-group(root),