Skip to content

Commit

Permalink
Update Bulma CSS to v1
Browse files Browse the repository at this point in the history
Dark mode support is of notable value from this update
  • Loading branch information
djch authored and rosa committed Oct 7, 2024
1 parent 36c144e commit fe9db51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="turbo-cache-control" content="no-cache">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.1/css/bulma.min.css">
<%= stylesheet_link_tag "mission_control/jobs/application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags "application-mcj" %>
</head>
Expand Down

0 comments on commit fe9db51

Please sign in to comment.