Dialog - change backgroup color #4085
-
Does Buefy provide a function to change the background color? It is difficult to see the background content on a black background. What can I do? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
set it via bulma variable |
Beta Was this translation helpful? Give feedback.
-
This is the correct answer. There are multiple methods of doing this if for some reason you need a different color elsewhere you can always used scope css or sass to manually change the background |
Beta Was this translation helpful? Give feedback.
set it via bulma variable
$modal-background-background-color
(see documentation)