Skip to content

Commit

Permalink
fix: fix ascii hero model colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jun 1, 2023
1 parent 5dd1917 commit 6ffc959
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
border: none !important;
font-family: monospace;
//text-shadow: -5px 5px 0px #d5d5d5, -10px 10px 0px #01cccc, -15px 15px 0px #00bdbd, 2px 2px 2px rgba(206,89,55,0);
color: #ffffff;
color: rgb(var(--lsd-text-primary));
}
}
}
Expand All @@ -53,9 +53,9 @@
position: absolute;
background: linear-gradient(
0deg,
rgb(0, 0, 0) 37%,
rgb(0, 0, 0) 0%,
rgba(0, 0, 0, 0) 100%
rgb(var(--lsd-surface-primary)) 37%,
rgb(var(--lsd-surface-primary)) 0%,
rgba(var(--lsd-surface-primary), 0) 100%
);
bottom: -0;
left: 0;
Expand Down

0 comments on commit 6ffc959

Please sign in to comment.