Add a css updatable navbar color
This commit is contained in:
parent
289583e427
commit
717ec9d602
@ -35,6 +35,7 @@ $primary: $blue;
|
||||
|
||||
$text: $grey-dark;
|
||||
$body-background-color: #FAFCFE;
|
||||
$light: #fff;
|
||||
|
||||
@import 'bulma/bulma';
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user