Replies: 1 comment
-
This works in custom css file
Obviously you can set it for light and dark themes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I am just stupid, but I can't find a way to change the background colors of the dark and light themes.
Shouldn't you just be able to import pico in an scss file, change
--background-color:
in the mixin, and then compile it to css and import it into the project? This doesn't work for me. The resulting css file does not reflect the change of--background-color:
in the scss file.Beta Was this translation helpful? Give feedback.
All reactions