Move to variable
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
--z-tooltip: 50;
|
||||
--z-bar: 60;
|
||||
--z-tray: 61;
|
||||
--z-welcome: 62;
|
||||
|
||||
/* OKLCH colors: Fixed */
|
||||
--lch-black: 0% 0 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user