Issues with Custom CSS #1222
Answered
by
TwiN
owennewo-dev
asked this question in
Q&A
Issues with Custom CSS
#1222
-
Beta Was this translation helpful? Give feedback.
Answered by
TwiN
Aug 25, 2025
Replies: 2 comments 1 reply
-
Also I am on |
Beta Was this translation helpful? Give feedback.
0 replies
-
The custom CSS is meant to be injected directly with CSS, not a CSS file path. So you're expected to do something like: ui:
custom-css: |
#global {
background-color: rebeccapurple;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TwiN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The custom CSS is meant to be injected directly with CSS, not a CSS file path.
So you're expected to do something like: