-
How do I change the default font color from gray to white? I'm struggling to get it working, I have tried multiple attempts with css and options i dont want it to effect the html contents in a raw echo either |
Beta Was this translation helpful? Give feedback.
Answered by
ordo-n
Aug 29, 2024
Replies: 1 comment 1 reply
-
turns out it needs the double dash -- .terminal { |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ordo-n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turns out it needs the double dash --
.terminal {
--color: #ffffff;
}