-
can someone give me a run down on adding my own background color, I guess I need to use custom css but I don't know how to. Could you please explain |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Just follow the guide on adding additional CSS and start with the following: body {
background: red;
/* or, using CSS variables */
--md-default-bg-color: red;
} For all other questions regarding CSS, I recommend posting them on StackOverflow, as it's not specific to this project. |
Beta Was this translation helpful? Give feedback.
-
any ideas? |
Beta Was this translation helpful? Give feedback.
-
Nevermind i got it, sorry for spam |
Beta Was this translation helpful? Give feedback.
Just follow the guide on adding additional CSS and start with the following:
For all other questions regarding CSS, I recommend posting them on StackOverflow, as it's not specific to this project.