Move to variable

This commit is contained in:
Jason Zimdars
2025-12-20 18:19:13 -06:00
parent 71433718d5
commit e724b3bf86
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@
--z-tooltip: 50;
--z-bar: 60;
--z-tray: 61;
--z-welcome: 62;
/* OKLCH colors: Fixed */
--lch-black: 0% 0 0;
+1 -1
View File
@@ -2,7 +2,7 @@
.welcome-letter {
position: relative;
view-transition-name: welcome-letter;
z-index: 99;
z-index: var(--z-welcome);
h2, p {
text-wrap: pretty;