watching sass
[josuexyz/.git] / views / index.ejs
index 23299ba27c2a912c11089df8f03b30006d997bdd..6deb573b353dc026bd1e3a061c04b5807b38a07c 100644 (file)
 
 
     <!-- Hero -->
-    <section class="hero is-$yellow">
+    <section class="hero is-primary is-large">
       <div class="hero-body">
         <div class="container">
-          <h1 class="title is-2"><%= title %></h1>
-          <h2 class="subtitle is-6">Code lover, Network Engineer, Maker.</h2>
+          <h1 class="title is-2 is-primary-invert"><%= title %></h1>
+          <h2 class="subtitle is-6 is-primary-invert">Code lover, Network Engineer, Maker.</h2>
         </div>
       </div>
     </section>