Add a css updatable navbar color

This commit is contained in:
Yannick 2020-04-10 21:15:47 +02:00
parent 289583e427
commit 717ec9d602
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ $primary: $blue;
$text: $grey-dark;
$body-background-color: #FAFCFE;
$light: #fff;
@import 'bulma/bulma';

View File

@ -16,7 +16,7 @@
<div id="wrapper" class="has-text-centered-mobile">
<!-- Hero -->
<section class="hero is-medium is-white">
<section class="hero is-medium is-light">
<div class="hero-head">
<div class="container">
<nav class="navbar" role="navigation" aria-label="main navigation">