fix: nav current text-gradient-alt class
This commit is contained in:
@@ -111,6 +111,14 @@
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.text-gradient-alt {
|
||||
background: linear-gradient(90deg, var(--color-heat) 0%, var(--color-pulse) 100%);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.text-gradient-animated {
|
||||
background: linear-gradient(90deg, var(--color-heat), var(--color-pulse), var(--color-frost), var(--color-heat));
|
||||
background-size: 300% 100%;
|
||||
|
||||
Reference in New Issue
Block a user