Customizing BulmaCSS colors with CSS
After reading the documentation, I still don't understand why I can't set the primary color with CSS like this: <!DOCTYPE html> <!-- Force the light theme: --> <html data-theme="light"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hello Bulma!</title> <link rel="stylesheet"…