Changed grey color, info. Updated hero.

This commit is contained in:
Chris 2018-01-12 23:07:12 -05:00
parent 49b3da5d81
commit 4b7012be6b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{{ define "main" }} {{ partial "home_hero" . }}
<section class="hero">
<section class="hero is-info">
<div class="hero-body">
<div class="container">
<nav class="columns">

View File

@ -1,2 +1,2 @@
$primary: #37474f;
$info: #2e2e2e;
$info: #2d2d2d;