fix dark mode
This commit is contained in:
parent
634c8a57d4
commit
e104fdfac5
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ span {
|
|||
|
||||
.gradient-text {
|
||||
/* Fallback color */
|
||||
background-color: #000;
|
||||
background-color: var(--text);
|
||||
background-repeat: repeat;
|
||||
background-size: 100%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue