diff sat_templates/templates/bulma/base/base.html @ 401:0e454358ca49

bulma: update `bulma` to version `1.0.2`
author Goffi <goffi@goffi.org>
date Wed, 02 Oct 2024 17:23:03 +0200
parents ff67c700405e
children 2bbcb7da56bc
line wrap: on
line diff
--- a/sat_templates/templates/bulma/base/base.html	Tue Aug 06 23:50:17 2024 +0200
+++ b/sat_templates/templates/bulma/base/base.html	Wed Oct 02 17:23:03 2024 +0200
@@ -17,7 +17,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #}
     <link rel='stylesheet' type="text/css" href='{{media_path}}fonts/fontello/css/fontello.css'>
-    <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_sat.css'>
+    <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_libervia.css'>
 
     {% if norobots %}
         <meta name="robots" content="noindex, nofollow">